Separate more of impermanence into services, switch to Sway 1.10 official

This commit is contained in:
Jimbo 2024-11-03 06:57:03 -05:00
parent f80f0dd53d
commit 7397b614de
9 changed files with 34 additions and 156 deletions

View file

@ -7,6 +7,7 @@
programs.sway = {
enable = true;
package = pkgs.unstable.sway;
extraPackages = with pkgs; [ swaylock ];
};