refactor, prep
This commit is contained in:
parent
82115af252
commit
accc04e214
8 changed files with 24 additions and 14 deletions
14
flake.nix
14
flake.nix
|
|
@ -72,29 +72,34 @@
|
|||
|
||||
till = {
|
||||
imports = [
|
||||
./home/desktop-full.nix
|
||||
./home/profiles/desktop-full.nix
|
||||
./users/till/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
alt = {
|
||||
imports = [
|
||||
./home/desktop-slim.nix
|
||||
./home/profiles/desktop-slim.nix
|
||||
./users/alt/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
guest = {
|
||||
imports = [
|
||||
./home/desktop-slim.nix
|
||||
./home/profiles/desktop-slim.nix
|
||||
./users/guest/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
# firefox-addons.config.allowUnfreePredicate = pkg:
|
||||
# builtins.elem (nixpkgs.lib.getName pkg) [
|
||||
# "tampermonkey"
|
||||
# ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (nixpkgs.lib.getName pkg) [
|
||||
"corefonts"
|
||||
|
|
@ -102,6 +107,7 @@
|
|||
"keymapp"
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
# "tampermonkey"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue