diff --git a/configs/gui.nix b/configs/gui.nix index a134634..05bf1e8 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -16,7 +16,7 @@ baobab lutris insomnia - jellyfin-web + jellyfin-mpv-shim kdenlive nextcloud-client barrier @@ -69,6 +69,8 @@ "fploionmjgeclbkemipmkogoaohcdbig" # Page load time "egnjhciaieeiiohknchakcodbpgjnchh" # Tab Wrangler "fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks + "mmpokgfcmbkfdeibafoafkiijdbfblfg" # Merge Windows + "gppongmhjkpfnbhagpmjfkannfbllamg" # Wappalyzer ]; extraOpts = { "BrowserSignin" = 0; diff --git a/configs/user.nix b/configs/user.nix index 3a55c95..6f1d153 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -23,7 +23,8 @@ dconf.enable = true; dconf.settings = with lib.hm.gvariant; { - "org/gnome/desktop/wm/preferences".button-layout = "close:maximize"; + #"org/gnome/desktop/wm/preferences".button-layout = "close:maximize"; + "org/gnome/desktop/wm/preferences".titlebar-font = "Liberation Sans Bold 9"; # visual-bell = false; # titlebar-font = "Liberation Sans Bold 9"; # }; @@ -39,7 +40,18 @@ programs = { ssh = { enable = true; + compression = true; serverAliveInterval = 60; + + matchBlocks."homeserver" = { + hostname = "192.168.1.100"; + remoteForwards = [ { + bind.address = "127.0.0.1"; + bind.port = 52698; + host.address = "127.0.0.1"; + host.port = 52698; + } ]; + }; }; git = { diff --git a/machine/desktop/configuration.nix b/machine/desktop/configuration.nix index 3a3a690..7c0cc85 100644 --- a/machine/desktop/configuration.nix +++ b/machine/desktop/configuration.nix @@ -61,6 +61,9 @@ in rocm-opencl-runtime amdvlk ]; + extraPackages32 = with pkgs; [ + driversi686Linux.amdvlk + ]; }; fancontrol = {