This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 08:49:44 +01:00
Code
Issues
Releases
Wiki
Activity
c33b1777b6
home-manager
/
tests
/
modules
/
misc
/
xsession
/
default.nix
5 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
xsession: add option `importedVariables` This option lists the environment variables to be imported into the systemd user session. Also add a basic test of the xsession module.
2019-06-23 14:06:29 +02:00
{
xsession-basic
=
./basic.nix
;
keyboard: make `layout` and `variant` optional Also default these options to `null` for state version ≥ 19.09. Fixes #811 Suggested-by: Sean Marshallsay <srm.1708@gmail.com>
2019-09-05 01:37:45 +02:00
xsession-keyboard-without-layout
=
./keyboard-without-layout.nix
;
xsession: add option `importedVariables` This option lists the environment variables to be imported into the systemd user session. Also add a basic test of the xsession module.
2019-06-23 14:06:29 +02:00
}
Reference in a new issue
Copy permalink