From bb4804dfc10f6bee92c4fece3d4186db89b78f7d Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:05:15 +0100 Subject: [PATCH] minor changes --- modules/common/git.nix | 4 +--- modules/linux/xserver.nix | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/modules/common/git.nix b/modules/common/git.nix index a5e2571..6fe5b3e 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -15,9 +15,7 @@ in { userName = "TheGeneralist"; userEmail = "180094941+thegeneralist01@users.noreply.github.com"; - lfs = { - enable = true; - }; + lfs.enable = true; extraConfig = { commit.gpgSign = true; diff --git a/modules/linux/xserver.nix b/modules/linux/xserver.nix index f27fe93..55e7724 100644 --- a/modules/linux/xserver.nix +++ b/modules/linux/xserver.nix @@ -101,6 +101,11 @@ action.spawn = [ "ghostty" ]; }; + "Mod+G" = { + hotkey-overlay.title = "Open Terminal: ghostty"; + action.spawn = [ "ghostty" ]; + }; + "Mod+B" = { hotkey-overlay.title = "Open Browser: helium"; action.spawn = [ "helium" ]; @@ -111,10 +116,10 @@ action.spawn = [ "sh" "-" "firefox" ]; }; - "Mod+Shift+Q" = { - hotkey-overlay.title = "Lock Screen: gtklock"; - action.spawn = [ "gtklock" ]; - }; + # "Mod+Shift+Q" = { + # hotkey-overlay.title = "Lock Screen: gtklock"; + # action.spawn = [ "gtklock" ]; + # }; "Mod+D" = { hotkey-overlay.title = "Open App Launcher: fuzzel"; @@ -391,11 +396,14 @@ package = pkgs.niri; }; - environment.systemPackages = [ - pkgs.fuzzel - pkgs.xfce.thunar - pkgs.playerctl - pkgs.wireplumber + environment.systemPackages = with pkgs; [ + fuzzel + xfce.thunar + playerctl + wireplumber + yaziPlugins.wl-clipboard + wl-clipboard-x11 + wl-clipboard-rs ]; services.xserver = {