mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: make abbreviation depend on hostname
This commit is contained in:
parent
8a9f4f9b4c
commit
c030643b26
2 changed files with 9 additions and 5 deletions
|
|
@ -101,7 +101,7 @@
|
|||
};
|
||||
|
||||
mkHomeManager = name: sys: opts: let
|
||||
args = mkArgs sys;
|
||||
args = mkArgs sys // {hostname = name;};
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = args.pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue