mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Don't spawn nextcloud where it isn't necessary
This commit is contained in:
parent
277dd6992c
commit
ae2090378a
2 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
||||||
email = "";
|
email = "";
|
||||||
stylix.theme = "spaceduck";
|
stylix.theme = "spaceduck";
|
||||||
};
|
};
|
||||||
|
home-manager.users.corrina.services.nextcloud-client = {
|
||||||
|
enable = lib.mkForce false;
|
||||||
|
startInBackground = lib.mkForce false;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -71,5 +71,10 @@
|
||||||
output = "eDP-1"; # notifications only on main display
|
output = "eDP-1"; # notifications only on main display
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nextcloud-client = {
|
||||||
|
enable = lib.mkForce false;
|
||||||
|
startInBackground = lib.mkForce false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue