aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-10 19:20:18 -0500
committertdback <tyler@tdback.net>2025-01-10 19:20:18 -0500
commitb8e2eb59a2b84820719e5f6f334fbfbc05019c52 (patch)
treef34acba50e860961c7660a1021264613e9531ef1 /flake.nix
parent91646e9d50a55e21141f98b4fb396296e22c052a (diff)
feat: retire x11 and go full COSMIC/wayland on workstations
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 249ae74..b6ac68a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,7 +30,7 @@
(mkSystem "sparrow" inputs.nixpkgs [
{
type = "profiles";
- modules = [ "common" "pipewire" "security" "vpn" "x11" ];
+ modules = [ "common" "cosmic" "pipewire" "security" "vpn" ];
}
])
(mkSystem "frigg" inputs.nixpkgs [