mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
This commit is contained in:
parent
d0f432b717
commit
ad2241586e
49 changed files with 3232 additions and 3893 deletions
13
profiles/home/optionals/default.nix
Normal file
13
profiles/home/optionals/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.optionals = lib.mkEnableOption "is this a host with optionals";
|
||||
config = lib.mkIf config.swarselprofiles.optionals {
|
||||
swarselmodules = {
|
||||
optional = {
|
||||
gaming = lib.mkDefault true;
|
||||
uni = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue