diff options
| author | stefan <stefan@s00.xyz> | 2025-03-03 21:34:53 -0500 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-03 21:34:53 -0500 |
| commit | 390d23083905e9cd26ea44393422630ffe99c9a5 (patch) | |
| tree | 431c2e0b7afd8bdd4897aeb2219f83faa7fd8c05 /modules/global.nix | |
| parent | e22ff337702e41ad4cd214894ab3b1a3d6fb8d96 (diff) | |
| download | home-390d23083905e9cd26ea44393422630ffe99c9a5.tar.gz | |
getting started with multi-system support
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/global.nix b/modules/global.nix index 76177e3..ff39759 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -28,6 +28,9 @@ in sway = { wrapWithNixGL = cfg.notNixOS; }; + # qutebrowser = { + # wrapWithNixGL = cfg.notNixOS; + # }; }; nixGL = lib.mkIf cfg.notNixOS { @@ -35,9 +38,9 @@ in defaultWrapper = "mesa"; }; - programs = { - home-manager.enable = true; - }; + # programs = { + # home-manager.enable = true; + # }; targets.genericLinux.enable = cfg.notNixOS; |