-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion #28
Comments
I'm gonna number these to make it easy:
Discuss:
Thank you for bringing these up! :) |
cosmic requires dbus as dependencies so I think it needs for xwayland probably...? Sorry I'm not sure so I have to figure it out.
I see. It looks like it is better to wait until they implement this feature.
Probably not. But even plasma module enables it, so it is not too bad I think. Anyway, I'll wait patiently cause it's too early to decide some stuffs. |
I've gone ahead and added dconf, renamed the cosmic options to be outside of xserver, and double checked that |
In the latest blogpost, it is mentioned that support for gvfs was added and that now it is used for usb drive and network drive mounts. |
I've enabled GVFS and NetworkManager in the module by default now |
I am currently experiencing the following issue:
Isn`t it possible to have gnome and cosmic be enabled at the same time? |
Not having the following line fixed the issue: hardware.system76.enableAll = true; |
Thanks for your work!
I tried this module and I think it need some modifications but I'm still newbie and other people also may want some modification, so I create this.
Anyway I think it is better to
services.gvfs.enable = true;
(and remove1914ef3security.polkit.enable = true;
cause it is included?)addservices.xserver.updateDbusEnvironment = true;
and we have to discuss about
services.power-profiles-daemon.enable = mkDefault true;
(it will available in the future) or not 0aa2a04programs.dconf.enable = true;
or not 803fb65services.colord.enable = true;
or notnetworking.networkmanager.enable = mkDefault true;
or not 1914ef3environment.pathsToLink = [ "/share" ];
or not (described here)programs.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
or notservices.fwupd.enable = true;
or notservices.xserver.desktopManager.cosmic
toservices.desktopManager.cosmic
like plasma6 module did or not 9332bcdThe text was updated successfully, but these errors were encountered: