Refactoring

This commit is contained in:
fwastring 2025-09-07 20:26:24 +02:00
parent 23fa2928d7
commit 3a90b4b3f6
9 changed files with 475 additions and 428 deletions

View file

@ -20,6 +20,7 @@ in
waypipe
];
services = {
gnome.gnome-keyring.enable = true;
greetd = {
@ -260,7 +261,7 @@ in
# Applications
"$mod, q, exec, ${pkgs.firefox}/bin/firefox"
"$mod, d, exec, ${pkgs.rofi}/bin/rofi"
"$mod, d, exec, ${pkgs.rofi}/bin/rofi -show run"
# Screencapture
"$mod, S, exec, ${pkgs.grim}/bin/grim | wl-copy"