diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 16:39:14 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 16:39:14 -0400 |
commit | 2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch) | |
tree | 2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /modules/options.nix | |
parent | fmt (diff) | |
download | dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2 dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip |
refactor
Diffstat (limited to 'modules/options.nix')
-rw-r--r-- | modules/options.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/options.nix b/modules/options.nix index 78b7776..d158d53 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -366,6 +366,11 @@ in { type = types.str; description = "Default terminal launch command."; }; + session = mkOption { + type = types.str; + description = "Default systemd graphical session target."; + default = "wayland-session.target"; + }; }; # |