diff options
| author | schererleander <leander@schererleander.de> | 2025-04-29 22:49:10 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-04-29 22:49:10 +0200 |
| commit | 260bd273d98748aedffb4731de42ef84adcc888b (patch) | |
| tree | 5afc246ac4b6ebbbb33dd5bbf0a26f8ca5b55cff /hosts/nixos/configuration.nix | |
| parent | 2d380a1507c71f7ce303ffd7817b00c82d21ac38 (diff) | |
update
Diffstat (limited to 'hosts/nixos/configuration.nix')
| -rw-r--r-- | hosts/nixos/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index a582e7b..d2307a7 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -58,6 +58,9 @@ audio.enable = true; wooting.enable = true; + programs.zsh.enable = true; + users.users.leander.shell = pkgs.zsh; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; system.stateVersion = "24.11"; |
