stash
This commit is contained in:
parent
1172e2bd68
commit
a79dccf55a
6 changed files with 21 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
inherit (builtins) baseNameOf;
|
||||
inherit (lib.attrsets) filterAttrs;
|
||||
inherit (lib.strings) removeSuffix;
|
||||
inherit (lib.my) mapModulesRec';
|
||||
in rec
|
||||
{
|
||||
mkSysUser = path: let
|
||||
|
@ -26,6 +27,7 @@ in rec
|
|||
name = removeSuffix ".nix" (baseNameOf path);
|
||||
in
|
||||
{
|
||||
imports = (mapModulesRec' ../modules/home (file: file));
|
||||
home = {
|
||||
inherit stateVersion;
|
||||
sessionPath = [ "$SNEEUWVLOK_BIN" "$XDG_BIN_HOME" "$PATH" ]; # Pretty sure I don't need this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue