aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-23 21:20:24 -0500
committertdback <tyler@tdback.net>2025-01-23 21:20:24 -0500
commitebd0ac7a3aa6c681b6317da24b72d64962913f79 (patch)
treee93bf069c70efc0ca5903ade55fba09cab6eeaf7 /flake.nix
parent522ca13e808d4f38ca8422138d2f4092923fc12a (diff)
Move display server back to xorg
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 7b70860..141a1e5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -149,10 +149,10 @@
type = "profiles";
modules = [
"common"
- "cosmic"
"pipewire"
"security"
"vpn"
+ "xorg"
];
}
))
@@ -187,7 +187,6 @@
type = "profiles";
modules = [
"common"
- "cosmic"
"fstrim"
"libvirtd"
"nvidia"
@@ -195,6 +194,7 @@
"security"
"steam"
"wireshark"
+ "xorg"
];
}
))