3 lines
97 B
Nix
3 lines
97 B
Nix
# A "normal" user profile (non-technical)
|
|
|
|
{ pkgs, ... }: import ./minimal.nix { inherit pkgs; }
|