Profiles only for home manager.
This commit is contained in:
5
home/profiles/minimal.nix
Normal file
5
home/profiles/minimal.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
# Minimal profile: reuses server.nix for basic package list
|
||||
packages = (import ./server.nix { inherit pkgs; }).packages;
|
||||
}
|
||||
5
home/programs/minimal.nix
Normal file
5
home/programs/minimal.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Minimal profile: reuses server.nix for basic CLI programs
|
||||
imports = [ ./server.nix ];
|
||||
}
|
||||
Reference in New Issue
Block a user