Initial commit
This commit is contained in:
19
nixos/headless.nix
Normal file
19
nixos/headless.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
pkgs,
|
||||
stateVersion,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./global
|
||||
./users/demenik.nix
|
||||
|
||||
./optional/docker.nix
|
||||
./optional/direnv.nix
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
users.users.${user}.shell = pkgs.zsh;
|
||||
|
||||
system = {inherit stateVersion;};
|
||||
}
|
||||
Reference in New Issue
Block a user