Fix pkgs evaluation scope
This commit is contained in:
1
home.nix
1
home.nix
@@ -38,7 +38,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
htop
|
htop
|
||||||
ripgrep
|
ripgrep
|
||||||
ghostty
|
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -35,10 +35,9 @@
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Example: Install system-wide packages needed by this user
|
environment.systemPackages = with pkgs; [
|
||||||
# environment.systemPackages = with pkgs; [
|
|
||||||
# docker
|
] ++ lib.optional (config.ugaif.sw.type == "desktop") ghostty;
|
||||||
# ];
|
|
||||||
|
|
||||||
# Example: Add user to additional groups
|
# Example: Add user to additional groups
|
||||||
# users.users.myusername.extraGroups = [ "docker" ];
|
# users.users.myusername.extraGroups = [ "docker" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user