Change regreet session dir
This commit is contained in:
parent
7e54da92b9
commit
c021794165
1 changed files with 5 additions and 13 deletions
|
|
@ -81,16 +81,6 @@
|
||||||
in
|
in
|
||||||
lib.mkIf config.mods.greetd.enable (
|
lib.mkIf config.mods.greetd.enable (
|
||||||
lib.optionalAttrs (options ? environment) {
|
lib.optionalAttrs (options ? environment) {
|
||||||
services.xserver.displayManager.session = [
|
|
||||||
{
|
|
||||||
manage = "desktop";
|
|
||||||
name = "Hyprland";
|
|
||||||
start = ''
|
|
||||||
${inputs.hyprland.packages.${config.conf.system}.hyprland} & waitPID=$!
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
# greetd display manager
|
# greetd display manager
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -117,11 +107,13 @@
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_splash_rendering = false
|
disable_splash_rendering = false
|
||||||
disable_hyprland_logo = false
|
disable_hyprland_logo = true
|
||||||
}
|
}
|
||||||
|
|
||||||
env="HYPRCURSOR_THEME,${config.mods.stylix.cursor.name}"
|
env=STATE_DIR,var/cache/regreet
|
||||||
env="HYPRCURSOR_SIZE,${toString config.mods.stylix.cursor.size}"
|
env=CACHE_DIR,var/cache/regreet
|
||||||
|
env=HYPRCURSOR_THEME,${config.mods.stylix.cursor.name}
|
||||||
|
env=HYPRCURSOR_SIZE,${toString config.mods.stylix.cursor.size}
|
||||||
env=XCURSOR_THEME,${config.mods.stylix.cursor.name}
|
env=XCURSOR_THEME,${config.mods.stylix.cursor.name}
|
||||||
env=XCURSOR_SIZE,${toString config.mods.stylix.cursor.size}
|
env=XCURSOR_SIZE,${toString config.mods.stylix.cursor.size}
|
||||||
env=QT_QPA_PLATFORMTHEME,qt5ct
|
env=QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue