aboutsummaryrefslogtreecommitdiff
path: root/nix/users/profiles/minimal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/profiles/minimal.nix')
-rw-r--r--nix/users/profiles/minimal.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/users/profiles/minimal.nix b/nix/users/profiles/minimal.nix
deleted file mode 100644
index aaffdbd..0000000
--- a/nix/users/profiles/minimal.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ pkgs, ... }:
-{
- home.packages = with pkgs; [
- htop
- ];
-}