Initial import

This commit is contained in:
2026-06-10 18:36:32 +02:00
commit 41ff233f31
11 changed files with 321 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{ pkgs, ... }:
{
services.desktopManager.cosmic = {
enable = true;
xwayland.enable = true;
};
services.displayManager.cosmic-greeter.enable = true;
environment.systemPackages = with pkgs; [
gnome-keyring
networkmanagerapplet
seahorse
wayland-utils
wl-clipboard
xwayland
];
}