snowhawk: moving user packages to home packages
parent
82759e7819
commit
ffbca576ff
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue