155 current 2025-06-16 19:32:27 25.05.20250606.70c74b0 6.15.1 *
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
# Only enable GDM if you want login screen; alternatively, use greetd (recommended)
|
||||
displayManager.gdm.enable = false;
|
||||
};
|
||||
|
||||
@ -11,7 +10,13 @@
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
user = "schulze";
|
||||
command = "$SHELL -l";
|
||||
command = ''
|
||||
${pkgs.runtimeShell} -l -c '
|
||||
if ${pkgs.uwsm}/bin/uwsm check may-start; then
|
||||
exec ${pkgs.uwsm}/bin/uwsm start hyprland.desktop
|
||||
fi
|
||||
'
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@ -43,12 +48,6 @@
|
||||
wlr.enable = true;
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"xdg/config/hypr/hyprland.conf".text = ''
|
||||
bind = SUPER,RETURN, exec, ghostty
|
||||
'';
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
GTK_THEME = "Gruvbox-Dark-B"; # or whatever your installed variant is called
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
|
Reference in New Issue
Block a user