🧹 Mpv loop config, moved fish aliases to proper files

This commit is contained in:
2025-02-02 15:06:34 +01:00
parent bd2f725029
commit 76ebdad3ce
9 changed files with 113 additions and 115 deletions

View File

@ -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";
};
};