This commit is contained in:
NullBite 2024-02-16 17:18:52 +01:00
parent 80811ea5c8
commit 1719c9f4aa
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }:
let
cfg = config.nixfiles.profile.desktop;
cfg = config.nixfiles.profile.pc;
in
{
options.nixfiles.profile.pc.enable = lib.mkEnableOption "the personal computer profile";