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-30 16:43:58 -05:00
parent ab985c49d4
commit a406e8751d
4 changed files with 25 additions and 8 deletions

View file

@ -37,7 +37,7 @@
rofi = {
enable = true;
font = "Fira Code Light 11";
terminal = "${pkgs.kitty}/bin/kitty";
terminal = "kitty";
};
vscode = {
enable = true;
@ -53,6 +53,10 @@
};
};
services = {
mpris-proxy.enable = true;
};
gtk = {
enable = true;
cursorTheme.name = "Posy's Cursor";