hosts/dunamis/configuration.nix: switch to gnome
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user