feat(nix): add desktop module and refactor machine options
This commit is contained in:
parent
4c82720251
commit
8166894b78
3 changed files with 12 additions and 16 deletions
7
nix/modules/desktop/default.nix
Normal file
7
nix/modules/desktop/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in
|
||||
{
|
||||
flake.modules.nixos.default.options.desktop.enable = mkEnableOption "";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue