switch from sddm to greetd
This commit is contained in:
parent
86b6287cd4
commit
d065060309
2 changed files with 12 additions and 1 deletions
11
hosts/wm/greetd/default.nix
Normal file
11
hosts/wm/greetd/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd /home/don/bin/mysway";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ in {
|
|||
./systemd.nix
|
||||
./tailscale.nix
|
||||
./upgrade-diff.nix
|
||||
../wm/sddm
|
||||
../wm/greetd
|
||||
];
|
||||
|
||||
# Enable networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue