Enable nextcloud

This commit is contained in:
Hendrik Sokolowski 2022-06-14 21:22:38 +02:00
parent 51201be734
commit c39d7f8d0b

View file

@ -12,7 +12,5 @@ in
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
"sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf;
};
pub-solar.nextcloud.enable = lib.mkForce false;
};
}