Simplify system and home options
This commit is contained in:
parent
ac22bc1849
commit
72ec65064d
20 changed files with 59 additions and 79 deletions
|
@ -1,8 +1,7 @@
|
|||
{ nur, ... }:
|
||||
{ nur, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./files
|
||||
./options
|
||||
./programs
|
||||
./services
|
||||
./settings
|
||||
|
@ -14,6 +13,12 @@
|
|||
nur.modules.homeManager.default
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.stateVersion = "24.11";
|
||||
options.home = {
|
||||
desktop.enable = lib.mkEnableOption "Enable desktop programs and services.";
|
||||
};
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue