diff options
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" ]; }; |
