aboutsummaryrefslogtreecommitdiff
path: root/users/profiles/minimal.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
commit61fa2329f553f9c7962e968e1ec98ae675903b70 (patch)
tree0afdbf7c8fddda1718abee49db6206a5f8df5b09 /users/profiles/minimal.nix
parentdirectories first (diff)
downloadinfra-61fa2329f553f9c7962e968e1ec98ae675903b70.tar.gz
users -> home
Diffstat (limited to 'users/profiles/minimal.nix')
-rw-r--r--users/profiles/minimal.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/users/profiles/minimal.nix b/users/profiles/minimal.nix
deleted file mode 100644
index b751e91..0000000
--- a/users/profiles/minimal.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ self, pkgs, ... }:
-{
-
- imports = [
- "${self}/users/programs/bat.nix"
- ];
-
- home.packages = with pkgs; [
- htop
- ];
-
- home.stateVersion = "25.05";
-}