This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
home-manager
Watch
2
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-12-11 22:02:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2eed138026
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 12:06:29 +00: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-04 23:37:45 +00: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 12:06:29 +00:00
}
Reference in a new issue
Copy permalink