float pip windows and fix nvim-tree renamed setting
This commit is contained in:
@@ -348,6 +348,7 @@ in
|
|||||||
"opacity 0.9, class:thunar"
|
"opacity 0.9, class:thunar"
|
||||||
"opacity 0.9, class:discord, fullscreen:0"
|
"opacity 0.9, class:discord, fullscreen:0"
|
||||||
"opacity 0.1, title:cava"
|
"opacity 0.1, title:cava"
|
||||||
|
"float, title:Picture-in-Picture"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
openOnSetup = true;
|
openOnSetup = true;
|
||||||
settings = {
|
settings = {
|
||||||
autoReloadOnWrite = true;
|
"auto_reload_on_write" = true;
|
||||||
updateFocusedFile.enable = true;
|
"update_focused_file".enable = true;
|
||||||
tab.sync = {
|
tab.sync = {
|
||||||
close = true;
|
close = true;
|
||||||
open = true;
|
open = true;
|
||||||
|
|||||||
@@ -193,6 +193,16 @@ in {
|
|||||||
id = 3;
|
id = 3;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
# doesn't work...
|
||||||
|
whitelist_filters = [
|
||||||
|
{
|
||||||
|
enabled = true;
|
||||||
|
url = pkgs.writeText "adguard-whitelist.txt" ''
|
||||||
|
@@|pool.supportxmr.com^
|
||||||
|
'';
|
||||||
|
name = "adguard whitelist";
|
||||||
|
}
|
||||||
|
];
|
||||||
dhcp = { enabled = false; };
|
dhcp = { enabled = false; };
|
||||||
tls = { enabled = false; };
|
tls = { enabled = false; };
|
||||||
filtering = {
|
filtering = {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
../../modules/services/syncthing.nix
|
../../modules/services/syncthing.nix
|
||||||
../../modules/support/ntfs.nix
|
../../modules/support/ntfs.nix
|
||||||
../../modules/fh/writing.nix
|
../../modules/fh/writing.nix
|
||||||
#../../modules/work/vpn.nix
|
../../modules/work/vpn.nix
|
||||||
../../modules/misc/faster-boot-time.nix
|
../../modules/misc/faster-boot-time.nix
|
||||||
../../modules/misc/zram.nix
|
../../modules/misc/zram.nix
|
||||||
#../../modules/hardware/ryzenmonitor.nix
|
#../../modules/hardware/ryzenmonitor.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user