diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/global.nix b/modules/global.nix index ff39759..5565476 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -28,9 +28,9 @@ in sway = { wrapWithNixGL = cfg.notNixOS; }; - # qutebrowser = { - # wrapWithNixGL = cfg.notNixOS; - # }; + qutebrowser = { + wrapWithNixGL = cfg.notNixOS; + }; }; nixGL = lib.mkIf cfg.notNixOS { @@ -38,9 +38,9 @@ in defaultWrapper = "mesa"; }; - # programs = { - # home-manager.enable = true; - # }; + programs = { + home-manager.enable = true; + }; targets.genericLinux.enable = cfg.notNixOS; |