THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8b949e5ff5
nixpkgs
/
nixos
/
modules
/
services
/
x11
/
desktop-managers
/
none.nix
8 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
Split xserver upstart job into: - xserver configuration & job - display manager (slim) - window manager (compiz, kwm, metacity, twm, wmii, xmonad) - desktop manager (kde, gnome, xterm) Added features: - Add WM choice in slim (with F1) svn path=/nixos/branches/fix-style/; revision=13857
2009-01-25 15:49:08 +00:00
{
* Added an "auto" pseudo display manager that logs in a user automatically. This is mostly useful for testing. (KDM also has this feature, but it's nice not to depend on KDE for non-KDE tests.) svn path=/nixos/trunk/; revision=19239
2010-01-05 15:32:14 +00:00
services
.
xserver
.
desktopManager
.
session
=
[
{
name
=
"
n
o
n
e
"
;
start
=
"
"
;
}
]
;
Split xserver upstart job into: - xserver configuration & job - display manager (slim) - window manager (compiz, kwm, metacity, twm, wmii, xmonad) - desktop manager (kde, gnome, xterm) Added features: - Add WM choice in slim (with F1) svn path=/nixos/branches/fix-style/; revision=13857
2009-01-25 15:49:08 +00:00
}
Reference in New Issue
Copy Permalink