mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
machine/playman: init
This commit is contained in:
parent
be973e1d11
commit
2a44b8e852
15 changed files with 265 additions and 8 deletions
11
machines/playman/profiles.nix
Normal file
11
machines/playman/profiles.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# enabled profiles
|
||||
_: {
|
||||
my.profiles = {
|
||||
clean.enable = true;
|
||||
development.enable = true;
|
||||
gaming.enable = true;
|
||||
nix.enable = true;
|
||||
sync.enable = true;
|
||||
update.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue