summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 3d1dfb6..f5e8836 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -202,9 +202,9 @@ in {
noto-fonts-cjk
noto-fonts-emoji
- font-awesome
+ font-awesome # For dwmblocks
+ nerdfonts # For nnn
- # Custom
(import "${neo-comic-mono-font}")
];
@@ -305,6 +305,9 @@ in {
#nethack
#openttd
dolphin-emu
+ prismlauncher
+ ] ++ [
+ (pkgs.nnn.override { withNerdIcons = true; })
];
}
Software created with 💖