mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Reenable COSMIC
The fixing of nixpkgs unbroke COSMIC for me. I found the issue a while back thanks to an error message it provided.
This commit is contained in:
parent
087a6fe757
commit
16f492663d
2 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@
|
||||||
hostname = "rainbow-planet";
|
hostname = "rainbow-planet";
|
||||||
username = "gene";
|
username = "gene";
|
||||||
additionalModules = [
|
additionalModules = [
|
||||||
#nixos-cosmic.nixosModules.default
|
nixos-cosmic.nixosModules.default
|
||||||
nixos-hardware.nixosModules.dell-xps-13-9360
|
nixos-hardware.nixosModules.dell-xps-13-9360
|
||||||
];
|
];
|
||||||
additionalSpecialArgs = {};
|
additionalSpecialArgs = {};
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
services = {
|
services = {
|
||||||
boinc.enable = true;
|
boinc.enable = true;
|
||||||
dbus.implementation = "broker";
|
dbus.implementation = "broker";
|
||||||
#desktopManager.cosmic.enable = true;
|
desktopManager.cosmic.enable = true;
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue