my nix flake.

fix(hosts/azalea): ignore spicetify & catppuccin if not dahlia

vt3e.cat 177fc67d dd96a130

verified
+2 -2
+1
user/apps/default.nix
··· 5 5 ./zed.nix 6 6 ./foot.nix 7 7 ./games.nix 8 + ./spicetify.nix 8 9 ]; 9 10 10 11 home.packages = with pkgs; [
+1 -1
user/home.nix
··· 5 5 { 6 6 imports = 7 7 [ 8 - ./ctp.nix 9 8 ./packages 10 9 ./programs 11 10 ./scripts ··· 14 13 if isDesktop then 15 14 [ 16 15 ./apps 16 + ./ctp.nix 17 17 ./desktop 18 18 ] 19 19 else
-1
user/programs/default.nix
··· 1 1 { 2 2 imports = [ 3 - ./spicetify.nix 4 3 ./git.nix 5 4 ]; 6 5
user/programs/spicetify.nix user/apps/spicetify.nix