~ruther/nixos-config

0986416ee24bf54bfb7977ac436f54f7cfec2470 — Frantisek Bohacek 1 year, 4 months ago 96138c4
feat: add instantswitch gnome 45 extension
2 files changed, 9 insertions(+), 1 deletions(-)

M modules/desktop/gnome/default.nix
M modules/desktop/gnome/home.nix
M modules/desktop/gnome/default.nix => modules/desktop/gnome/default.nix +8 -1
@@ 58,7 58,14 @@ in {
      gnomeExtensions.clipboard-history
      gnomeExtensions.forge
      gnomeExtensions.switcher
      gnomeExtensions.disable-workspace-switch-animation-for-gnome-40
      (gnomeExtensions.disable-workspace-switch-animation-for-gnome-40.overrideAttrs {
        src = pkgs.fetchFromGitHub {
          owner = "tmke8";
          repo = "gnome-shell-extension-instant-workspace-switcher";
          rev = "patch-1";
          hash = "sha256-Ual7kAOeGPe3DF5XHf5eziscYeMLUnDktEGU41Yl4E4=";
        } + "/instantworkspaceswitcher@amalantony.net";
      })

      # paperwm
    ];

M modules/desktop/gnome/home.nix => modules/desktop/gnome/home.nix +1 -0
@@ 30,6 30,7 @@
        "Vitals@CoreCoding.com"
        "clipboard-history@alexsaveau.dev"
        "switcher@landau.fi"
        "fullscreen-avoider@noobsai.github.com"
        "instantworkspaceswitcher@amalantony.net"
      ];
    };

Do not follow this link