wow
This commit is contained in:
parent
f0dded8e33
commit
d9c94fbc97
4 changed files with 58 additions and 68 deletions
|
|
@ -43,6 +43,10 @@ nixpkgs.lib.nixosSystem {
|
|||
|
||||
security.sudo.enable = false;
|
||||
|
||||
users.users.nixos = {
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
environment.etc.flake.source = "${inputs.self}";
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue