From 0689a8c9eebcb347afee425d9c6551618079d55a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 12:41:24 -0700 Subject: install minimal home-manager profile on the VM --- nix/users/profiles/minimal.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nix/users/profiles/minimal.nix (limited to 'nix/users/profiles/minimal.nix') diff --git a/nix/users/profiles/minimal.nix b/nix/users/profiles/minimal.nix new file mode 100644 index 0000000..aaffdbd --- /dev/null +++ b/nix/users/profiles/minimal.nix @@ -0,0 +1,6 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + htop + ]; +} -- cgit v1.2.3