1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

minor changes

This commit is contained in:
TheGeneralist 2026-03-27 14:05:15 +01:00
parent 8eaea782ab
commit bb4804dfc1
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 18 additions and 12 deletions

View file

@ -15,9 +15,7 @@ in {
userName = "TheGeneralist";
userEmail = "180094941+thegeneralist01@users.noreply.github.com";
lfs = {
enable = true;
};
lfs.enable = true;
extraConfig = {
commit.gpgSign = true;

View file

@ -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 = {