cosmic alpha

This commit is contained in:
atagen 2024-04-10 21:18:41 +10:00
parent 1d41373673
commit c5733c0812
8 changed files with 888 additions and 813 deletions

View file

@ -31,8 +31,8 @@
trusted-users = ["bolt" "plank"];
experimental-features = "nix-command flakes";
substitute = true;
substituters = [];
trusted-public-keys = [];
substituters = ["https://cosmic.cachix.org/"];
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
};
extraOptions = ''
keep-outputs = true
@ -90,12 +90,15 @@
runUsingSystemd = true;
};
displayManager.sddm = {
wayland.enable = true; # experimental?
enable = true;
};
displayManager.defaultSession = "plasma";
# displayManager.sddm = {
# # wayland.enable = true; # experimental?
# # wayland.compositor = "kwin";
# enable = true;
# };
# displayManager.defaultSession = "plasmawayland";
};
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
services.udisks2.enable = true;