🚀 add gnome
This commit is contained in:
parent
9039fe0dd9
commit
2d308e19b0
3 changed files with 46 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue