fix concat
This commit is contained in:
parent
2860b842e3
commit
456b0d083f
@ -10,7 +10,7 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.nullbite = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ] + lib.optional config.nixfiles.packageSets.fun.enable "input";
|
||||
extraGroups = [ "wheel" ] ++ lib.optional config.nixfiles.packageSets.fun.enable "input";
|
||||
packages = with pkgs; [
|
||||
keychain
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user