snowhawk: moving user packages to home packages

main
Zynh Ludwig 2024-09-13 21:18:43 -07:00
parent 82759e7819
commit ffbca576ff
2 changed files with 15 additions and 17 deletions

View File

@ -40,23 +40,6 @@
description = "Zynh Ludwig"; description = "Zynh Ludwig";
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path; hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
extraGroups = [ "networkmanager" "wheel" "audio" ]; extraGroups = [ "networkmanager" "wheel" "audio" ];
packages = with pkgs; [
ripgrep
unzip
fzf
tree
gparted
arandr
brave
firefox
# steam
spotify
discord
steam-run
];
}; };
hardware.keyboard.uhk.enable = true; hardware.keyboard.uhk.enable = true;

View File

@ -54,6 +54,21 @@
# services.easyeffects.enable = true; # services.easyeffects.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
ripgrep
unzip
fzf
tree
gparted
arandr
brave
firefox
spotify
discord
steam-run
nix-output-monitor nix-output-monitor
(writeShellScriptBin "rebuild" '' (writeShellScriptBin "rebuild" ''
nixos-rebuild switch --log-format internal-json -v |& nom --json nixos-rebuild switch --log-format internal-json -v |& nom --json