use sddm for alien and gdm for peach (fairydust problem)
This commit is contained in:
parent
9248f86afd
commit
8c3995a9ae
3 changed files with 6 additions and 2 deletions
|
|
@ -87,8 +87,6 @@
|
|||
# wayland.enable = true;
|
||||
# enableHidpi = true;
|
||||
# };
|
||||
gdm.enable = true;
|
||||
|
||||
defaultSession = "niri";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,11 @@
|
|||
enable = false;
|
||||
user = "sckova";
|
||||
};
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
enableHidpi = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
||||
|
||||
catppuccin.accent = "peach";
|
||||
services.displayManager.gdm.enable = true;
|
||||
|
||||
hardware.asahi = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue