Initial import
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user