aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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"
];
}
))