diff options
| author | Christian <[email protected]> | 2026-01-29 10:22:33 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-29 10:22:33 -0600 |
| commit | 530f7501c4acebbb9927b5c1b0f5e0fc11ecd36f (patch) | |
| tree | e5f61976973df511481e9f80a0efb58bf9e00eb6 /modules/common.nix | |
| parent | f12a78d2280f05a8f0200d51ddc54f9e6eb565e6 (diff) | |
Add file utility
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 3 |
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 = { |
