about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-05-17 11:56:51 +0000
committerAlyssa Ross <hi@alyssa.is>2019-05-17 11:56:51 +0000
commita3a54d729051934b93e6f4dca89fcf175c1918a4 (patch)
treeb8aec22c11ccbb9c4f980f262f3fe338ec77f445 /modules/shell
parentded8e76af6e2b737b89ab7ca9215525842666b05 (diff)
downloadnixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar.gz
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar.bz2
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar.lz
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar.xz
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.tar.zst
nixlib-a3a54d729051934b93e6f4dca89fcf175c1918a4.zip
modules/shell: install file by default
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shell/default.nix b/modules/shell/default.nix
index 29cf6abb27f8..c48d4c7b0296 100644
--- a/modules/shell/default.nix
+++ b/modules/shell/default.nix
@@ -6,6 +6,7 @@
   environment.systemPackages = with pkgs; [
     coreutils-prefixed
     curl
+    file
     fzf
     gnused
     gotop