Temp disable greetd on J0162

This commit is contained in:
Evie Litherland-Smith 2023-06-19 05:58:42 +01:00
parent 79d24a991e
commit c514c4a932

View file

@ -23,4 +23,15 @@
shell = pkgs.fish;
};
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;
# };
# };
}