This commit is contained in:
katvayor 2024-04-20 01:35:01 +02:00
parent bb62b20c4b
commit adea830fa0
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ in {
(users.root { ssh = false; })
users.catvayor
];
nix.settings.trusted-users = [ "root" "@wheel" ];
};
kat-r86s = { name, nodes, ... }: {

View File

@ -56,6 +56,7 @@
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
(pkgs.callPackage <agenix/pkgs/agenix.nix> {})
wget
brightnessctl
nix-search-cli