diff options
| author | brustybee <bee@4d2.org> | 2026-03-19 23:39:48 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-19 23:39:48 +0530 |
| commit | f9142a5822a4f212a3031b932cbf51b2d50344a8 (patch) | |
| tree | e77663c8be81aa8d08b5bda5a5e249181b5aedb2 /hosts | |
| parent | 6e709195b0d27903983e079c1c366bb7de0b753e (diff) | |
add thunderbird chnage window opacity and fix feh cmd
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nixios/default.nix | 11 |
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"; |
