1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 03:39:32 +00:00
This commit is contained in:
Rae 5e 2024-12-29 23:00:40 -05:00
parent 0fa4fa69b4
commit 2662de52d4
3 changed files with 12 additions and 7 deletions

View file

@ -42,6 +42,11 @@
font.name = "Fira Code";
themeFile = "mayukai";
};
rofi = {
enable = true;
font = "GohuFont 14";
terminal = "${pkgs.kitty}/bin/kitty";
};
vscode = {
enable = true;
package = pkgs.vscodium;