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;
|
# wayland.enable = true;
|
||||||
# enableHidpi = true;
|
# enableHidpi = true;
|
||||||
# };
|
# };
|
||||||
gdm.enable = true;
|
|
||||||
|
|
||||||
defaultSession = "niri";
|
defaultSession = "niri";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@
|
||||||
enable = false;
|
enable = false;
|
||||||
user = "sckova";
|
user = "sckova";
|
||||||
};
|
};
|
||||||
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
|
enableHidpi = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
||||||
|
|
||||||
catppuccin.accent = "peach";
|
catppuccin.accent = "peach";
|
||||||
|
services.displayManager.gdm.enable = true;
|
||||||
|
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue