misc module changes

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent f396990585
commit 255232d381
4 changed files with 22 additions and 16 deletions
+7 -7
View File
@@ -8,9 +8,9 @@
inherit (lib) mkIf mkEnableOption;
cfg = config.desktop.cosmic;
in {
imports = with inputs; [
nixos-cosmic.nixosModules.default
];
# imports = with inputs; [
# nixos-cosmic.nixosModules.default
# ];
options = {
desktop.cosmic.enable =
mkEnableOption "enable cosmic desktop";
@@ -21,10 +21,10 @@ in {
environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1;
services.desktopManager.cosmic.enable = true;
systemd = {
packages = [pkgs.observatory];
services.monitord.wantedBy = ["multi-user.target"];
};
# systemd = {
# packages = [pkgs.observatory];
# services.monitord.wantedBy = ["multi-user.target"];
# };
xdg.portal = {
enable = true;
extraPortals = with pkgs; [