summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-29 10:22:33 -0600
committerChristian <[email protected]>2026-01-29 10:22:33 -0600
commit530f7501c4acebbb9927b5c1b0f5e0fc11ecd36f (patch)
treee5f61976973df511481e9f80a0efb58bf9e00eb6
parentf12a78d2280f05a8f0200d51ddc54f9e6eb565e6 (diff)
Add file utility
-rw-r--r--modules/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 0287049..1f38adc 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -39,13 +39,14 @@
environment.systemPackages = with pkgs; [
git
+ file
wget
alacritty
man-pages
man-pages-posix
dmenu
];
-
+
documentation.dev.enable = true;
programs.neovim = {