minor tweaks, update, format
This commit is contained in:
parent
3e5b3303c3
commit
3b592d37d0
9 changed files with 96 additions and 69 deletions
|
@ -80,7 +80,7 @@ bindm=SUPER,mouse:273,resizewindow
|
|||
bind=SUPER,Return,exec,kitty
|
||||
bind=SUPER,E,exec,thunar
|
||||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,F,exec,nyxt
|
||||
bind=SUPER_SHIFT,F,exec,nyxt
|
||||
bind=SUPER,D,exec,fuzzel
|
||||
bind=SUPER,N,exec,swaync-client -t
|
||||
|
||||
|
|
|
@ -72,6 +72,13 @@ in {
|
|||
++ pkgs.rice.fonts.pkgs
|
||||
++ pkgs.rice.icons.pkgs;
|
||||
|
||||
systemd.user.targets.tray = {
|
||||
Unit = {
|
||||
Description = "Home Manager System Tray";
|
||||
Requires = ["graphical-session-pre.target"];
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
services.syncthing = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue