From 36fe0fa882dc838bf8d4dbe7ad52c09d96dc1390 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 3 Apr 2024 19:07:38 +0000 Subject: [PATCH] changed some config and installed an app --- home-manager/apps.nix | 1 + home-manager/gnome.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 510b4fc..03918f0 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -41,6 +41,7 @@ htop inkscape libreoffice + mullvad mullvad-vpn parsec-bin platformio-core diff --git a/home-manager/gnome.nix b/home-manager/gnome.nix index 00c0b1e..01cd796 100644 --- a/home-manager/gnome.nix +++ b/home-manager/gnome.nix @@ -104,8 +104,8 @@ }; "org/gnome/desktop/wm/keybindings" = { - switch-applications = "@as []"; - switch-applications-backward = "@as []"; + switch-applications = "disabled"; + switch-applications-backward = "disabled"; switch-windows = ["Tab"]; switch-windows-backward = ["Tab"]; minimize = ["Down"]; @@ -128,7 +128,7 @@ }; "org/gnome/mutter/wayland/keybindings" = { - restore-shortcuts = "@as []"; + restore-shortcuts = "disabled"; }; }; }