before update

This commit is contained in:
2026-01-19 12:10:21 +01:00
parent f9bfcbac85
commit fcf06511d4
3 changed files with 3 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
# windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
# Supprimer la transparence pour des applications spécifiques
windowrulev2 = opacity 1.0 override,class:firefox
windowrulev2 = opacity 1.0 override,class:^(firefox)$
windowrulev2 = opacity 1.0 override,class:^(chromium)$
windowrulev2 = opacity 1.0 override,class:^(mpv)$

View File

@@ -6,6 +6,7 @@
environment.systemPackages = [
pkgs.remmina
pkgs.mpv
pkgs.jellyfin-mpv-shim
pkgs.yt-dlp
pkgs.chromium
pkgs.firefox

View File

@@ -66,8 +66,8 @@
interface = config.my.laninterface;
};
nameservers = [
#"9.9.9.9"
"10.0.0.1"
"9.9.9.9"
"2001:41d0:303:20da::1"
"217.182.138.218"
];