summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-19 23:39:48 +0530
committerbrustybee <bee@4d2.org>2026-03-19 23:39:48 +0530
commitf9142a5822a4f212a3031b932cbf51b2d50344a8 (patch)
treee77663c8be81aa8d08b5bda5a5e249181b5aedb2 /hosts
parent6e709195b0d27903983e079c1c366bb7de0b753e (diff)
add thunderbird chnage window opacity and fix feh cmd
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixios/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index dc53e95..7fd1f56 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -15,6 +15,7 @@
./hardware-configuration.nix
(import ../common.nix { inherit user; })
beeMods
+ inputs.omnisearch.nixosModules.default
];
services.logind = {
@@ -25,6 +26,16 @@
};
};
+ services.omnisearch = {
+ enable = true;
+ settings = {
+ server = {
+ port = 8087;
+ domain = "https://search.bee.me";
+ };
+ };
+ };
+
# REMOVE LATER
virtualisation.vmVariant = {
users.users.${user}.password = "1";