This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
cbb6948b4e
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 16:49:08 +01: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 16:32:14 +01: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 16:49:08 +01:00
}
Reference in a new issue
Copy permalink