From 5484afc2ce90ab7d2d33d1a9e822d497f44c4e5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 17:57:36 -0700 Subject: keep organizing into modules and profiles --- users/profiles/minimal.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/profiles/minimal.nix') diff --git a/users/profiles/minimal.nix b/users/profiles/minimal.nix index aaffdbd..ed67195 100644 --- a/users/profiles/minimal.nix +++ b/users/profiles/minimal.nix @@ -1,6 +1,10 @@ { pkgs, ... }: { + + imports = [ ./bat.nix ]; home.packages = with pkgs; [ htop ]; + + home.stateVersion = "25.05"; } -- cgit v1.2.3