fixes and improvements
This commit is contained in:
@@ -14,14 +14,16 @@
|
||||
|
||||
wl-clipboard
|
||||
mako
|
||||
libnotify
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
vt = 2; # clean login screen, no startup logs
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user