try cosmic

This commit is contained in:
2025-08-29 20:35:43 -05:00
parent b52c8dff65
commit f850d4ff1a
3 changed files with 19 additions and 11 deletions

View File

@@ -12,6 +12,11 @@
config = {
services.desktopManager.cosmic = {
enable = true;
xwayland.enable = true;
};
nixpkgs.config = {
allowUnfree = true;
};