diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 21:32:13 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 21:32:13 -0400 |
commit | 3882671ed5fac06349a7a9368451f478b9276cd8 (patch) | |
tree | 899a3a4fcc2ee31ed2cb537b7cf8aedce1409da5 /modules/options.nix | |
parent | new hyprcursor theme (diff) | |
download | dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.tar.gz dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.tar.bz2 dotfiles-nix-3882671ed5fac06349a7a9368451f478b9276cd8.zip |
astal systemd user service
Diffstat (limited to '')
-rw-r--r-- | modules/options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/options.nix b/modules/options.nix index d158d53..10af3e5 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -369,7 +369,7 @@ in { session = mkOption { type = types.str; description = "Default systemd graphical session target."; - default = "wayland-session.target"; + default = "graphical-session.target"; }; }; |