refactor
This commit is contained in:
parent
92cfae9488
commit
648602c92e
11 changed files with 13 additions and 19 deletions
|
|
@ -56,21 +56,21 @@
|
|||
till = {
|
||||
imports = [
|
||||
./home/desktop-full.nix
|
||||
./home/users/till.nix
|
||||
./users/till/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
alt = {
|
||||
imports = [
|
||||
./home/desktop-slim.nix
|
||||
./home/users/alt.nix
|
||||
./users/alt/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
guest = {
|
||||
imports = [
|
||||
./home/desktop-slim.nix
|
||||
./home/users/guest.nix
|
||||
./users/guest/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue