summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-09-20 12:07:36 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-09-20 12:07:36 +0200
commita9d588b7d03eef47ae29207ae79e1efef347f9a3 (patch)
treec659c2706448024b324ccd8be63484274ba44b18
parent92190dd1ac882ea0c64122b74133a4c99572ed48 (diff)
downloadnixos-a9d588b7d03eef47ae29207ae79e1efef347f9a3.tar.gz
nixos-a9d588b7d03eef47ae29207ae79e1efef347f9a3.tar.bz2
nixos-a9d588b7d03eef47ae29207ae79e1efef347f9a3.zip
Add nnn
-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 💖