diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index e05035c..ec14a86 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix @@ -1,4 +1,5 @@ {pkgs, ...}: { + home.packages = [pkgs.gh]; programs.git = { diff --git a/modules/home/home.nix b/modules/home/home.nix index 376d945..a049efc 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -17,13 +17,13 @@ imports = [ ./waybar ./wayland/hyprland ]; + systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true; home = { username = "notoh"; homeDirectory = "/home/notoh"; - stateVersion = "23.05"; packages = with pkgs; [ firefox neofetch @@ -31,7 +31,6 @@ imports = [ discord spotify-player btop - nvtop obs-studio pavucontrol unzip @@ -62,6 +61,7 @@ imports = [ cava hollywood ]; + + stateVersion = "23.05"; }; - } \ No newline at end of file