mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: home-manager shorthand
This commit is contained in:
parent
0a1f540db2
commit
f67248648c
1 changed files with 52 additions and 50 deletions
|
|
@ -18,6 +18,7 @@ in
|
|||
# Shorthands
|
||||
#
|
||||
(mkAliasOptionModule ["me"] ["users" "users" username])
|
||||
(mkAliasOptionModule ["hm"] ["home-manager" "users" username])
|
||||
|
||||
#
|
||||
# hostname
|
||||
|
|
@ -98,7 +99,9 @@ in
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
sharedModules = [{home.stateVersion = lib.mkDefault config.system.stateVersion;}];
|
||||
users.leana.imports = [
|
||||
};
|
||||
|
||||
hm.imports = [
|
||||
#
|
||||
# hostname
|
||||
#
|
||||
|
|
@ -148,7 +151,6 @@ in
|
|||
(sources.agenix + "/modules/age-home.nix")
|
||||
((import sources.wired-notify).homeManagerModules.default)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue