hosts/dunamis/configuration.nix: switch to gnome

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-11 17:53:37 +03:00
parent 161a5917f6
commit fff9e50163

View File

@ -22,12 +22,16 @@
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";
desktop.niri.enable = true;
# TODO: make a module for autologin
services.greetd.settings.initial_session = {
desktop.gnome.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "user";
command = "${pkgs.niri}/bin/niri-session";
};
# TODO: make a module for autologin
# services.greetd.settings.initial_session = {
# user = "user";
# command = "${pkgs.niri}/bin/niri-session";
# };
module = {
config = {