diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
| commit | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (patch) | |
| tree | dc661f9d2c1c2c623072f81fc6b97f9c2fb6c1aa /hosts/niuwux/default.nix | |
| parent | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (diff) | |
Add noctalia niri and way to switch between my config and noxtalia easily
Diffstat (limited to 'hosts/niuwux/default.nix')
| -rw-r--r-- | hosts/niuwux/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix index 265769e..aa97b0d 100644 --- a/hosts/niuwux/default.nix +++ b/hosts/niuwux/default.nix @@ -31,6 +31,7 @@ beeMods = { windowManagers = { mango.enable = true; + niri.enable = true; }; }; @@ -41,6 +42,7 @@ extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr + pkgs.xdg-desktop-portal-gnome ]; config = { common = { @@ -53,6 +55,12 @@ "org.freedesktop.impl.portal.Screenshot" = [ "wlr" ]; "org.freedesktop.impl.portal.Inhibit" = [ "none" ]; }; + niri = { + default = [ + "gnome" + "gtk" + ]; + }; hyrpland = { default = [ "hyrland" @@ -83,6 +91,9 @@ "networkmanager" "wheel" "video" + "pipewire" + "uinput" + "input" ]; }; |
