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";
|
system.stateVersion = "25.11";
|
||||||
time.timeZone = "Europe/Kyiv";
|
time.timeZone = "Europe/Kyiv";
|
||||||
|
|
||||||
desktop.niri.enable = true;
|
desktop.gnome.enable = true;
|
||||||
# TODO: make a module for autologin
|
services.displayManager.autoLogin = {
|
||||||
services.greetd.settings.initial_session = {
|
enable = true;
|
||||||
user = "user";
|
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 = {
|
module = {
|
||||||
config = {
|
config = {
|
||||||
|
Reference in New Issue
Block a user