mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix COSMIC settings
This commit is contained in:
parent
df8f37bb90
commit
c2ba0ba0e9
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ These files are for the systems themselves such as my custom desktop, Thinkpad X
|
||||||
| Hostname | About | Role | Architecture |
|
| Hostname | About | Role | Architecture |
|
||||||
| ----------:| -----:| ----:| ---------------:|
|
| ----------:| -----:| ----:| ---------------:|
|
||||||
| `shepard` | System76 nebula49 | 🖥️ | `x86_64-linux` |
|
| `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` |
|
| `garrus` | System76 Lemur Pro (lemp13) | 💻 | `x86_64-linux` |
|
||||||
| `drack` | Thinkpad X13s | 💻 | `aarch64-linux` |
|
| `drack` | Thinkpad X13s | 💻 | `aarch64-linux` |
|
||||||
| `jaal` | PineBook Pro | 💻 | `aarch64-linux` |
|
| `jaal` | PineBook Pro | 💻 | `aarch64-linux` |
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# COSMIC
|
# COSMIC
|
||||||
services.xserver = {
|
services = {
|
||||||
enable = true;
|
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
desktopManager.cosmic.enable = true;
|
desktopManager.cosmic.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue