diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-14 09:56:51 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-14 09:57:44 -0400 |
| commit | d93c548b51a4fa506f36ed1bf8b9b5e68053b6be (patch) | |
| tree | c19d8a59d4b432ba418fc7fcdbd065c609895c17 /modules/sway/default.nix | |
| parent | e3fbed033b828093d57cbfc1ca9d8a35a8f43a3f (diff) | |
| download | home-d93c548b51a4fa506f36ed1bf8b9b5e68053b6be.tar.gz | |
idk
Diffstat (limited to 'modules/sway/default.nix')
| -rw-r--r-- | modules/sway/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix index c7488cf..bde8293 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -33,8 +33,8 @@ in '')]; wayland.windowManager.sway = lib.mkIf cfg.enable { enable = true; -# package = if cfg.wrapWithNixGL then config.lib.nixGL.wrap pkgs.sway else pkgs.sway; - package = null; + package = if cfg.wrapWithNixGL then config.lib.nixGL.wrap pkgs.sway else pkgs.sway; +# package = null; config = rec { modifier = "Mod1"; |