From 67c4afbd129adce05e4ccd093858feb10bf215c7 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 18 Mar 2024 16:30:09 +0100 Subject: [PATCH] Desktop updates --- modules/home/desktop/hyprland/default.nix | 1 + modules/system/desktop/amd.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index b5d3985..e51f9f2 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -96,6 +96,7 @@ "$mod,ESCAPE, exec, nwg-bar" "$mod, C, killactive" + "$mod SHIFT, C, exec, hyprctl kill" "$mod, V, togglefloating" "$mod, F, fullscreen, 0" "$mod, M, fullscreen, 1" diff --git a/modules/system/desktop/amd.nix b/modules/system/desktop/amd.nix index 412fb71..a202f36 100644 --- a/modules/system/desktop/amd.nix +++ b/modules/system/desktop/amd.nix @@ -12,4 +12,6 @@ hardware.opengl.extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; + + programs.gamemode.enable = true; }