diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-03 16:09:54 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-03 16:09:54 +0100 |
| commit | 19f5b3cdca2630e343e525f26dfe36a31460e6d0 (patch) | |
| tree | 259eb401968b4df0493bc540af785547e114f494 /modules/nixos/des/niri.nix | |
| parent | 7c5bad501efeb189260e7392793cd1b68aeea7e6 (diff) | |
yeeted niri added i3
Diffstat (limited to 'modules/nixos/des/niri.nix')
| -rw-r--r-- | modules/nixos/des/niri.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/modules/nixos/des/niri.nix b/modules/nixos/des/niri.nix deleted file mode 100644 index a547cd9..0000000 --- a/modules/nixos/des/niri.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - # Disable X11 for Wayland-only setup - services.xserver.enable = false; - - # XDG portal for Wayland - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-gnome ]; - }; - - # Required Wayland packages - environment.systemPackages = with pkgs; [ - qt6.qtwayland - qt6.qttools - ]; - - # Provide keyboard layout vars for Wayland environments and fallback - environment.variables = { - XKB_DEFAULT_LAYOUT = "cz"; - XKB_DEFAULT_OPTIONS = "eurosign:e,caps:escape"; - }; - - # Make Electron apps work on Wayland - environment.sessionVariables.NIXOS_OZONE_WL = "1"; -} - |
