mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
* Use the proper Xfce session start script. Include the desktop and
the panel. svn path=/nixos/trunk/; revision=23055
This commit is contained in:
parent
fc8204c0e4
commit
f6497fa576
@ -28,14 +28,21 @@ in
|
||||
bgSupport = true;
|
||||
start =
|
||||
''
|
||||
${pkgs.xfce.xfwm4}/bin/xfwm4 --daemon
|
||||
exec ${pkgs.xfce.terminal}/bin/terminal
|
||||
exec ${pkgs.stdenv.shell} ${pkgs.xfce.xfceutils}/etc/xdg/xfce4/xinitrc
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
[ pkgs.xfce.xfwm4
|
||||
[
|
||||
pkgs.which # Needed by the xfce's xinitrc script.
|
||||
pkgs.xfce.exo
|
||||
pkgs.xfce.terminal
|
||||
pkgs.xfce.xfce4panel
|
||||
pkgs.xfce.xfce4session
|
||||
pkgs.xfce.xfceutils
|
||||
pkgs.xfce.xfconf
|
||||
pkgs.xfce.xfdesktop
|
||||
pkgs.xfce.xfwm4
|
||||
];
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user