diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nixos/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 3 |
2 files changed, 6 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"; diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 2a22851..ac49484 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -16,6 +16,7 @@ obsidian fzf imv + pfetch #dev gcc @@ -24,6 +25,7 @@ noto-fonts noto-fonts-cjk-sans noto-fonts-emoji + (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) ]; @@ -61,5 +63,6 @@ sway.enable = true; waybar.enable = true; spicetify.enable = true; + zathura.enable = true; home.stateVersion = "24.11"; } |
