Initial template repo

This commit is contained in:
2026-06-16 20:55:00 +02:00
commit 65a547ad1a
39 changed files with 3628 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{ pkgs, ... }:
{
services.desktopManager.cosmic = {
enable = true;
xwayland.enable = true;
};
services.displayManager.cosmic-greeter.enable = true;
xdg.portal.enable = true;
environment.systemPackages = with pkgs; [
# Schlanke COSMIC-Basis fuer den Alltag
gnome-keyring
networkmanagerapplet
seahorse
wayland-utils
wl-clipboard
xwayland
];
environment.sessionVariables = {
COSMIC_DATA_CONTROL_ENABLED = "1";
};
}