From 25ed6898befb1c5d35b5517d60633c2a4d8eb540 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 3 Mar 2025 21:55:50 -0500 Subject: added readme --- modules/global.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/global.nix') 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; -- cgit v1.2.3