🚀 add gnome

This commit is contained in:
Moritz Böhme 2022-08-20 14:16:13 +02:00
parent 9039fe0dd9
commit 2d308e19b0
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 46 additions and 2 deletions

View file

@ -21,8 +21,8 @@ in
};
};
config = lib.mkIf cfg.enable {
home-manager.users.moritz.services.kdeconnect.enable = true;
config = mkIf cfg.enable {
home-manager.users.moritz.services.kdeconnect.enable = mkIf (!config.my.programs.gnome.enable) true;
networking.firewall = {
allowedTCPPortRanges = [ ports ];
allowedUDPPortRanges = [ ports ];