🧹 Mpv loop config, moved fish aliases to proper files
This commit is contained in:
@ -26,7 +26,7 @@ in
|
||||
./rofi
|
||||
./wlogout
|
||||
./hyprland
|
||||
./spicetify.nix
|
||||
./spicetify.nix # TODO env conflict on latest version
|
||||
./yazi
|
||||
];
|
||||
|
||||
@ -34,9 +34,7 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
# Prefer dark mode for all GTK apps
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user