Skip to content

Commit bf98996

Browse files
committed
module: hyprland move to lightdm
1 parent 68786a2 commit bf98996

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

system/common.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
custom = {
8080
programs = {
81-
# zsh.enable = true;
81+
bash.enable = true;
8282
nix.enable = true;
8383
};
8484
# profiles = {
@@ -100,7 +100,7 @@
100100
home = "/home/${username}";
101101
initialHashedPassword = hub.cfg.user.initialHashedPassword;
102102
extraGroups = ["wheel" "podman" "docker" "audio" "video" "networkmanager" "wireshark"];
103-
shell = pkgs.nushell;
103+
shell = pkgs.bash;
104104
};
105105
};
106106

system/modules/hyprland/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ in {
1717
tumbler.enable = mkDefault true;
1818
hypridle.enable = mkDefault true;
1919
gnome.gnome-keyring.enable = mkDefault true;
20+
xserver.enable = mkDefault true;
2021
displayManager.defaultSession = mkDefault "hyprland";
21-
xserver.displayManager.gdm = {
22+
xserver.displayManager.lightdm = {
2223
enable = mkDefault true;
23-
wayland = mkDefault true;
24+
greeters.gtk.enable = true;
2425
};
2526
};
2627

0 commit comments

Comments
 (0)