@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user