diff options
author | tdback <tyler@tdback.net> | 2025-01-10 19:20:18 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-10 19:20:18 -0500 |
commit | b8e2eb59a2b84820719e5f6f334fbfbc05019c52 (patch) | |
tree | f34acba50e860961c7660a1021264613e9531ef1 /flake.nix | |
parent | 91646e9d50a55e21141f98b4fb396296e22c052a (diff) |
feat: retire x11 and go full COSMIC/wayland on workstations
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 [ |