Reduce redundancy in flake.nix, add new hm profile for desktops
This commit is contained in:
parent
20707d250e
commit
2d9dcf079a
7 changed files with 64 additions and 48 deletions
|
@ -1,9 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
production.enable = true;
|
||||
guifull.enable = true;
|
||||
school.enable = true;
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue