Compare commits
No commits in common. "ce6ac2cb630f397bab065aeb5addff4e723070b3" and "4ecaa23cb2438cf38d66f928a81f0b9615fb5496" have entirely different histories.
ce6ac2cb63
...
4ecaa23cb2
2 changed files with 1 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ in
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
inherit hashedPassword;
|
inherit hashedPassword;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root = { inherit hashedPassword; };
|
users.users.root = { inherit hashedPassword; };
|
||||||
nix.settings.trusted-users = [ "root" username ];
|
|
||||||
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ in {
|
||||||
openssl
|
openssl
|
||||||
libnotify
|
libnotify
|
||||||
inotify-tools
|
inotify-tools
|
||||||
cachix
|
|
||||||
|
|
||||||
# Programming
|
# Programming
|
||||||
gcc
|
gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue