From ebca834f9f7da260aecb1ee462259ea841400e87 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:09:39 +0100 Subject: [PATCH] float pip windows and fix nvim-tree renamed setting --- home-manager/hyprland/hyprland-settings.nix | 1 + home-manager/nixvim/nvim-tree.nix | 4 ++-- modules/services/adguard.nix | 10 ++++++++++ systems/pc/configuration.nix | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 20310fe..40c6cd4 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -348,6 +348,7 @@ in "opacity 0.9, class:thunar" "opacity 0.9, class:discord, fullscreen:0" "opacity 0.1, title:cava" + "float, title:Picture-in-Picture" ]; exec-once = [ diff --git a/home-manager/nixvim/nvim-tree.nix b/home-manager/nixvim/nvim-tree.nix index 19935fb..e4e491e 100644 --- a/home-manager/nixvim/nvim-tree.nix +++ b/home-manager/nixvim/nvim-tree.nix @@ -5,8 +5,8 @@ enable = true; openOnSetup = true; settings = { - autoReloadOnWrite = true; - updateFocusedFile.enable = true; + "auto_reload_on_write" = true; + "update_focused_file".enable = true; tab.sync = { close = true; open = true; diff --git a/modules/services/adguard.nix b/modules/services/adguard.nix index d5a7cf5..b38187d 100644 --- a/modules/services/adguard.nix +++ b/modules/services/adguard.nix @@ -193,6 +193,16 @@ in { id = 3; } ]; + # doesn't work... + whitelist_filters = [ + { + enabled = true; + url = pkgs.writeText "adguard-whitelist.txt" '' + @@|pool.supportxmr.com^ + ''; + name = "adguard whitelist"; + } + ]; dhcp = { enabled = false; }; tls = { enabled = false; }; filtering = { diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index dcce5c5..6e20ad4 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -14,7 +14,7 @@ ../../modules/services/syncthing.nix ../../modules/support/ntfs.nix ../../modules/fh/writing.nix - #../../modules/work/vpn.nix + ../../modules/work/vpn.nix ../../modules/misc/faster-boot-time.nix ../../modules/misc/zram.nix #../../modules/hardware/ryzenmonitor.nix