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

@ -13,12 +13,6 @@ in {
};
config = mkIf cfg.enable {
${namespace} = {
desktop = {
sway.enable = true;
};
};
# Required to use gammastep home module without providing lat/long
services.geoclue2.enable = true;