diff options
Diffstat (limited to 'users/profiles/minimal.nix')
| -rw-r--r-- | users/profiles/minimal.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; } |
