aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixos/home.nix')
-rw-r--r--hosts/nixos/home.nix3
1 files changed, 3 insertions, 0 deletions
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";
}