gnome dock pins

This commit is contained in:
js0ny 2025-10-11 19:39:42 +01:00
parent ebb2a87ca7
commit e30bc681cd
4 changed files with 46 additions and 3 deletions

View file

@ -1,6 +1,10 @@
{...}: {
{pkgs, ...}: {
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
extraPackages = with pkgs; [
sddm-astronaut
];
# theme = "sddm-astronaut-theme";
};
}