lib: Sugar syntax
This commit is contained in:
parent
662f02aae2
commit
d13bf9e990
@ -33,7 +33,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
users.root.imports = pkgs.lib.singleton (mkHomeRole "common");
|
users.root.imports = [ (mkHomeRole "common") ];
|
||||||
extraSpecialArgs.unstablePkgs = unstablePkgs;
|
extraSpecialArgs.unstablePkgs = unstablePkgs;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user