modules: change some settings, move steam options

This commit is contained in:
Charlie Root 2024-08-16 13:40:52 +02:00
commit febb421800
9 changed files with 14 additions and 53 deletions

View file

@ -18,13 +18,13 @@ in {
spotifyPackage = pkgs.spotify;
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
# enabledExtensions = with spicePkgs.extensions; [
# shuffle
# popupLyrics
# adblock
# betterGenres
# playlistIcons
# ];
enabledExtensions = with spicePkgs.extensions; [
# shuffle
# popupLyrics
adblock
# betterGenres
# playlistIcons
];
};
};
};