snowhawk: moving user packages to home packages
This commit is contained in:
parent
82759e7819
commit
ffbca576ff
2 changed files with 15 additions and 17 deletions
|
@ -40,23 +40,6 @@
|
|||
description = "Zynh Ludwig";
|
||||
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
|
||||
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;
|
||||
|
|
|
@ -54,6 +54,21 @@
|
|||
# services.easyeffects.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
unzip
|
||||
fzf
|
||||
tree
|
||||
|
||||
gparted
|
||||
arandr
|
||||
|
||||
brave
|
||||
firefox
|
||||
|
||||
spotify
|
||||
discord
|
||||
steam-run
|
||||
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
|
|
Loading…
Reference in a new issue