mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
inline home-manager configuration
This commit is contained in:
parent
cf1427ca04
commit
dda38005f8
3 changed files with 4 additions and 7 deletions
|
|
@ -12,7 +12,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
self.nixosModules.home-manager
|
||||
self.nixosModules.sudo-conf
|
||||
self.nixosModules.system-nixconf
|
||||
self.nixosModules.unfree-predicate
|
||||
|
|
@ -49,6 +48,8 @@
|
|||
inputs.home-manager.darwinModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs.hostname = name;
|
||||
users.leana.imports = [
|
||||
self.homeModules.${"named-" + name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue