From 6e2d32bec6a82c9fa3cb1d9238fd86196f67702c Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 30 Mar 2026 00:06:44 +0200 Subject: some librewolf changes --- os/srv/files.nix | 25 +++++++++++++------------ os/srv/gaming.nix | 1 + os/srv/omnisearch.nix | 1 - 3 files changed, 14 insertions(+), 13 deletions(-) (limited to 'os/srv') diff --git a/os/srv/files.nix b/os/srv/files.nix index 22117d0..f5e4ebb 100644 --- a/os/srv/files.nix +++ b/os/srv/files.nix @@ -15,23 +15,24 @@ in }; config = lib.mkMerge [ (lib.mkIf cfg.enable { - programs.thunar = { - enable = true; - plugins = with pkgs; [ - ffmpegthumbnailer - libgsf - poppler - freetype - webp-pixbuf-loader - thunar-volman - thunar-archive-plugin - ]; - }; + # programs.thunar = { + # enable = true; + # plugins = with pkgs; [ + # ffmpegthumbnailer + # libgsf + # poppler + # freetype + # webp-pixbuf-loader + # thunar-volman + # thunar-archive-plugin + # ]; + # }; services = { tumbler.enable = true; gvfs.enable = true; }; environment.systemPackages = with pkgs; [ + pcmanfm file-roller dua pxz diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index 33f492a..28ebcc3 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -107,6 +107,7 @@ in openFirewall = true; highPriority = true; steam.importOXRRuntimes = true; + defaultRuntime = true; }; environment.systemPackages = [ pkgs.android-tools ]; users.users.${username}.extraGroups = [ "adbusers" ]; diff --git a/os/srv/omnisearch.nix b/os/srv/omnisearch.nix index dea0490..756711f 100644 --- a/os/srv/omnisearch.nix +++ b/os/srv/omnisearch.nix @@ -13,6 +13,5 @@ in config = lib.mkIf cfg.enable { services.omnisearch.enable = true; - networking.hosts."127.0.0.1" = [ "omnisearch.local" ]; }; } -- cgit v1.3