From 3d6af5dc1c31d481a458ce00550b193d35648e32 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 12:49:14 -0700 Subject: move user configurations to top-level --- users/profiles/minimal.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 users/profiles/minimal.nix (limited to 'users/profiles/minimal.nix') diff --git a/users/profiles/minimal.nix b/users/profiles/minimal.nix new file mode 100644 index 0000000..aaffdbd --- /dev/null +++ b/users/profiles/minimal.nix @@ -0,0 +1,6 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + htop + ]; +} -- cgit v1.2.3