Compare commits
2 commits
4ecaa23cb2
...
ce6ac2cb63
| Author | SHA1 | Date | |
|---|---|---|---|
| ce6ac2cb63 | |||
| eed6ae5422 |
2 changed files with 2 additions and 1 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,6 +42,7 @@ 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