rename systems -> hosts. Per host program specifications for user programs
This commit is contained in:
parent
ef0f74aae3
commit
2bea94afc4
23 changed files with 52 additions and 27 deletions
|
@ -17,14 +17,14 @@
|
|||
imports =
|
||||
# Common settings all users share
|
||||
[ (settings.usersDir + "/_common/home.nix") ]
|
||||
# User programs
|
||||
# Programs
|
||||
++ ylib.umport {
|
||||
paths = [ ./programs ];
|
||||
recursive = true;
|
||||
}
|
||||
# User theme
|
||||
# Programs by host
|
||||
++ ylib.umport {
|
||||
paths = [ ./theme ];
|
||||
paths = [ ./by_hosts/${settings.system.hostname} ];
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue