forked from jan-leila/nix-config
moved user config back into user file from home file
This commit is contained in:
parent
ce2f59a386
commit
60fba00be9
13 changed files with 71 additions and 50 deletions
|
@ -4,8 +4,14 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.home-manager.users.leyla;
|
||||
cfg = config.nixos.users.leyla;
|
||||
in {
|
||||
options.nixos.users.leyla = {
|
||||
isDesktopUser = lib.mkEnableOption "install applications intended for desktop use";
|
||||
isTerminalUser = lib.mkEnableOption "install applications intended for terminal use";
|
||||
hasGPU = lib.mkEnableOption "installs gpu intensive programs";
|
||||
};
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue