updates
This commit is contained in:
parent
bbe8684a57
commit
fdd7e1c583
6 changed files with 19 additions and 16 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
till = {
|
||||
imports = [
|
||||
./home/profiles/minimal.nix
|
||||
./home/minimal.nix
|
||||
./users/till/home.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -84,21 +84,21 @@
|
|||
|
||||
till = {
|
||||
imports = [
|
||||
./home/profiles/desktop-full.nix
|
||||
./home/desktop-full.nix
|
||||
./users/till/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
alt = {
|
||||
imports = [
|
||||
./home/profiles/desktop-slim.nix
|
||||
./home/desktop-slim.nix
|
||||
./users/alt/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
guest = {
|
||||
imports = [
|
||||
./home/profiles/desktop-slim.nix
|
||||
./home/desktop-slim.nix
|
||||
./users/guest/home.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue