summaryrefslogtreecommitdiff
path: root/hosts/niuwux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/niuwux/default.nix')
-rw-r--r--hosts/niuwux/default.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix
index 7e05c79..02a98d4 100644
--- a/hosts/niuwux/default.nix
+++ b/hosts/niuwux/default.nix
@@ -30,7 +30,6 @@
beeMods = {
windowManagers = {
- mango.enable = false;
niri.enable = true;
};
};
@@ -41,10 +40,6 @@
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gnome
- ]
- ++ lib.optionals config.beeMods.windowManagers.mango.enable [
- pkgs.xdg-desktop-portal-gtk
- pkgs.xdg-desktop-portal-wlr
];
config = {
common = {
@@ -52,11 +47,6 @@
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
"org.freedesktop.impl.portal.Inhibit" = [ "none" ];
};
- mango = {
- "org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ];
- "org.freedesktop.impl.portal.Screenshot" = [ "wlr" ];
- "org.freedesktop.impl.portal.Inhibit" = [ "none" ];
- };
niri = {
default = [ "gnome" ];
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
@@ -76,7 +66,7 @@
# capSysNice = true;
};
programs.steam = {
- enable = false;
+ enable = true;
protontricks.enable = true;
gamescopeSession.enable = false;
remotePlay.openFirewall = true;