diff options
Diffstat (limited to 'hosts/ahmed/graphics.nix')
-rw-r--r-- | hosts/ahmed/graphics.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ahmed/graphics.nix b/hosts/ahmed/graphics.nix index e2b7a86..be7c9c9 100644 --- a/hosts/ahmed/graphics.nix +++ b/hosts/ahmed/graphics.nix @@ -6,10 +6,10 @@ let inherit (lib) mkEnableOption mkIf; - cfg = config.my.modules.graphics; + cfg = config.modules.graphics; in { - options.my.modules.graphics.enable = mkEnableOption "basic graphical environment"; + options.modules.graphics.enable = mkEnableOption "basic graphical environment"; config = mkIf cfg.enable { services.xserver.enable = true; |