summaryrefslogtreecommitdiff
path: root/hosts/nixios/default.nix
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
commit1bb49481dbec223e68df4f60fa1d425525e16cff (patch)
tree66e87c01c39054b7abb51d04bfc50f63b201aaf4 /hosts/nixios/default.nix
parentf5b78ff561eff75c803ed1ef6e736a6c991cd135 (diff)
This is like that one dream you don't know how to describe
Diffstat (limited to 'hosts/nixios/default.nix')
-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"
+ ];
};
};
};