From 1719c9f4aa3b09aa98c1836eaf65f47a1902e25e Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 16 Feb 2024 17:18:52 +0100 Subject: [PATCH] fix oops --- system/profile/pc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/profile/pc.nix b/system/profile/pc.nix index 20ab52d..eba75ad 100644 --- a/system/profile/pc.nix +++ b/system/profile/pc.nix @@ -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";