Migrate away from stylix and gruvbox

This commit is contained in:
caem 2024-06-23 14:40:05 +02:00
parent 1284acef2f
commit 4d2c712bb7
Signed by: caem
GPG key ID: 69A830D03203405F
11 changed files with 127 additions and 382 deletions

View file

@ -5,15 +5,12 @@
../../packages/sets/communication.nix
../../packages/sets/games.nix
./persist.nix
./packages/stylix.nix
./packages/nh.nix
./packages/zsh/zsh.nix
];
environment.variables = {
# home.sessionVariables didn't work here for some reason
ZDOTDIR = "/home/hu/.config/zsh";
EDITOR = "nvim";
};
@ -24,8 +21,6 @@
hashedPasswordFile = "/nix/config/secrets/hu/pass";
};
# TODO: Figure out a way to run scripts with the user session as a systemd service
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
@ -38,7 +33,6 @@
./packages/zsh/zsh-home.nix
./packages/git.nix
./packages/gtk.nix
# ./packages/tmux.nix
./packages/hyprland.nix
./packages/foot.nix
./packages/firefox.nix