Converted sway to a home module

This commit is contained in:
alejandro-angulo 2024-08-03 09:21:12 -07:00
parent 9c9667e5ef
commit f572f67dff
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 324 additions and 325 deletions

View file

@ -18,8 +18,6 @@
firefox.enable = true;
gpg.enable = true;
kitty.enable = true;
rofi.enable = true;
swaylock.enable = true;
};
tools = {
@ -29,11 +27,6 @@
zsh.enable = true;
};
services = {
gammastep.enable = true;
playerctld.enable = true;
swayidle.enable = true;
swaync.enable = true;
};
windowManagers.sway.enable = true;
};
}