diff options
author | Linnnus <[email protected]> | 2023-10-01 22:08:14 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 22:08:14 +0200 |
commit | df53cd97a22ac201df6e19ce1a2083146bd900ce (patch) | |
tree | bc038f80d0eb7e4410e6c252d9ddbc9cb746d00c /hosts/ahmed/graphics.nix | |
parent | 33fe1f534fff335c19d510b21cbbc602fc704684 (diff) |
Remove 'my' prefix
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; |