summaryrefslogtreecommitdiff
path: root/modules/options.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 21:32:13 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 21:32:13 -0400
commit3882671ed5fac06349a7a9368451f478b9276cd8 (patch)
tree899a3a4fcc2ee31ed2cb537b7cf8aedce1409da5 /modules/options.nix
parentnew hyprcursor theme (diff)
downloaddotfiles-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.nix2
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";
};
};