diff --git a/README.md b/README.md index cceb9bf..c61d206 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X | Hostname | About | Role | Architecture | | ----------:| -----:| ----:| ---------------:| | `shepard` | System76 nebula49 | 🖥️ | `x86_64-linux` | -| `edi` | custom build for homelab stuff | ☁️ | `x86_64-linux` | +| `edi` | Home Server | ☁️ | `x86_64-linux` | | `garrus` | System76 Lemur Pro (lemp13) | 💻 | `x86_64-linux` | | `drack` | Thinkpad X13s | 💻 | `aarch64-linux` | | `jaal` | PineBook Pro | 💻 | `aarch64-linux` | diff --git a/desktops/cosmic.nix b/desktops/cosmic.nix index 9b15a62..deb2e7e 100644 --- a/desktops/cosmic.nix +++ b/desktops/cosmic.nix @@ -2,8 +2,7 @@ { # COSMIC - services.xserver = { - enable = true; + services = { displayManager.gdm.enable = true; desktopManager.cosmic.enable = true; };