diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/common/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nixos/common/shell.nix b/modules/nixos/common/shell.nix deleted file mode 100644 index a1a7f08..0000000 --- a/modules/nixos/common/shell.nix +++ /dev/null @@ -1 +0,0 @@ -_: { programs.command-not-found.enable = false; } |