Skip to content

Commit

Permalink
feat: moved stuff to GNS; persist JetBrains cache; nh config
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent 71053d8 commit fa0d709
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 37 deletions.
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion nixos/modules/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ in {
mosh
nettools
nmap
nom
nvd
python3
sops
Expand Down
4 changes: 0 additions & 4 deletions nixos/modules/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ in {
enable = true;
};
};
plymouth = {
theme = lib.mkForce "catppuccin-mocha";
themePackages = [(pkgs.catppuccin-plymouth.override {variant = "mocha";})];
};
};

# Make plymouth work with sleep
Expand Down
4 changes: 2 additions & 2 deletions nixos/modules/desktops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in {

# Fancy themed, enhanced Spotify
programs.spicetify = {
colorScheme = "mocha";
colorScheme = "catppuccin-mocha";
enable = true;
enabledCustomApps = with spicePkgs.apps; [
lyrics-plus
Expand All @@ -59,7 +59,7 @@ in {
seekSong
songStats
];
theme = spicePkgs.themes.catppuccin;
theme = spicePkgs.themes.Comfy;
injectCss = true;
overwriteAssets = true;
replaceColors = true;
Expand Down
1 change: 1 addition & 0 deletions nixos/modules/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"Videos"
"VirtualBox VMs"
# Cache stuff, not actual user data
".cache/JetBrains"
".cache/bookmarksrunner"
".cache/chromium"
".cache/containers"
Expand Down
1 change: 1 addition & 0 deletions nixos/modules/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ in {
"remb" = "sudo nixos-rebuild switch -v --builders ssh://${cfgRemote.host} --flake";
};
};
nh.flake = /home/nico/Documents/misc/dr460nixed;
};
};
}

0 comments on commit fa0d709

Please sign in to comment.