forgor
This commit is contained in:
+21
-22
@@ -6,7 +6,6 @@
|
||||
|
||||
imports = [
|
||||
./packages
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
inputs.zen-browser.homeModules.default
|
||||
inputs.catppuccin.homeModules.catppuccin
|
||||
];
|
||||
@@ -57,27 +56,27 @@
|
||||
|
||||
|
||||
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
in
|
||||
{
|
||||
enable = false;
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
keyboardShortcut
|
||||
wikify
|
||||
songStats
|
||||
betterGenres
|
||||
hidePodcasts
|
||||
fullScreen
|
||||
];
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
lyricsPlus
|
||||
];
|
||||
};
|
||||
# programs.spicetify =
|
||||
# let
|
||||
# spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
# in
|
||||
# {
|
||||
# enable = false;
|
||||
# theme = spicePkgs.themes.catppuccin;
|
||||
# colorScheme = "mocha";
|
||||
#
|
||||
# enabledExtensions = with spicePkgs.extensions; [
|
||||
# keyboardShortcut
|
||||
# wikify
|
||||
# songStats
|
||||
# betterGenres
|
||||
# hidePodcasts
|
||||
# fullScreen
|
||||
# ];
|
||||
# enabledCustomApps = with spicePkgs.apps; [
|
||||
# lyricsPlus
|
||||
# ];
|
||||
# };
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user