mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
This commit is contained in:
parent
ab985c49d4
commit
a406e8751d
4 changed files with 25 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue