Compare commits

..

No commits in common. "ce6ac2cb630f397bab065aeb5addff4e723070b3" and "4ecaa23cb2438cf38d66f928a81f0b9615fb5496" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -59,8 +59,8 @@ in
shell = pkgs.fish;
inherit hashedPassword;
};
users.users.root = { inherit hashedPassword; };
nix.settings.trusted-users = [ "root" username ];
fonts = {

View file

@ -42,7 +42,6 @@ in {
openssl
libnotify
inotify-tools
cachix
# Programming
gcc