summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-22 17:37:50 +0530
committerbrustybee <bee@4d2.org>2026-03-22 17:37:50 +0530
commit276c94cb871b9b4eda1707c01c861625d0e303f2 (patch)
tree0eb74e464a64586f23ba0dee63cef0d0f82115c8 /hosts
parent2b8eb6e3125b6a19426e1441f7eb67503aa058fa (diff)
idk a lot
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix3
-rw-r--r--hosts/nixios/default.nix22
2 files changed, 13 insertions, 12 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index b92e9ec..a595379 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -185,9 +185,10 @@
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [
# ioskeley-mono
+ ioskeley-input
# maple-mono.NF
- nerd-fonts.symbols-only
nerd-fonts.jetbrains-mono
+ nerd-fonts.sauce-code-pro
];
fonts.fontconfig.defaultFonts.monospace = [
"JetBrainsMono Nerd Font"
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 7fd1f56..7faa715 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -15,7 +15,7 @@
./hardware-configuration.nix
(import ../common.nix { inherit user; })
beeMods
- inputs.omnisearch.nixosModules.default
+ # inputs.omnisearch.nixosModules.default
];
services.logind = {
@@ -26,15 +26,15 @@
};
};
- services.omnisearch = {
- enable = true;
- settings = {
- server = {
- port = 8087;
- domain = "https://search.bee.me";
- };
- };
- };
+ # services.omnisearch = {
+ # enable = true;
+ # settings = {
+ # server = {
+ # port = 8087;
+ # domain = "https://search.bee.me";
+ # };
+ # };
+ # };
# REMOVE LATER
virtualisation.vmVariant = {
@@ -80,7 +80,7 @@
programs.gamemode.enable = config.programs.steam.enable;
programs.gamescope = {
enable = config.programs.steam.enable;
- capSysNice = true;
+ # capSysNice = true;
};
programs.steam = {
enable = true;