From 260bd273d98748aedffb4731de42ef84adcc888b Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Apr 2025 22:49:10 +0200 Subject: update --- hosts/nixos/configuration.nix | 3 +++ hosts/nixos/home.nix | 3 +++ 2 files changed, 6 insertions(+) (limited to 'hosts/nixos') 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"; } -- cgit v1.3.1