summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixios/default.nix24
1 files changed, 9 insertions, 15 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 53a6524..e72aad5 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -15,7 +15,6 @@
./hardware-configuration.nix
(import ../common.nix { inherit user; })
beeMods
- inputs.omnisearch.nixosModules.default
];
services.logind = {
@@ -26,16 +25,6 @@
};
};
- services.omnisearch = {
- enable = true;
- settings = {
- server = {
- port = 8087;
- domain = "https://search.bee.me";
- };
- };
- };
-
# REMOVE LATER
virtualisation.vmVariant = {
users.users.${user}.password = "1";
@@ -56,10 +45,8 @@
beeMods = {
mango.enable = true;
- x11 = {
- dwm.enable = true;
- bspwm.enable = true;
- };
+ hyprland.enable = false;
+ dwm.enable = true;
};
xdg.portal = lib.mkForce {
@@ -76,6 +63,13 @@
mango = {
"org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ];
"org.freedesktop.impl.portal.Screenshot" = [ "wlr" ];
+ "org.freedesktop.impl.portal.Inhibit" = [ "none" ];
+ };
+ hyrpland = {
+ default = [
+ "hyrland"
+ "gtk"
+ ];
};
};
};