mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
gnome dock pins
This commit is contained in:
parent
ebb2a87ca7
commit
e30bc681cd
4 changed files with 46 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
sddm-astronaut
|
||||
];
|
||||
# theme = "sddm-astronaut-theme";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue