Temp disable greetd on J0162
This commit is contained in:
parent
79d24a991e
commit
c514c4a932
|
@ -23,4 +23,15 @@
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
home-manager.users.elitherl = import ./elitherl.nix;
|
home-manager.users.elitherl = import ./elitherl.nix;
|
||||||
|
|
||||||
|
# services.greetd = {
|
||||||
|
# enable = true;
|
||||||
|
# settings = rec {
|
||||||
|
# initial_session = {
|
||||||
|
# command = "${pkgs.hyprland}/bin/Hyprland";
|
||||||
|
# user = "elitherl";
|
||||||
|
# };
|
||||||
|
# default_session = initial_session;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue