Re: [Nix-dev] E18

2014-08-04 Thread Thomas Strobel
Sure! I run it by adding the following into my /etc/nixos/configuration.nix: imports = [ path/to/e18 ]; config = { services.xserver.displayManager.slim.enable = true; services.xserver.desktopManager.e18.enable = true; services.xserver.desktopManager.xterm.enable = false; }; The

Re: [Nix-dev] E18

2014-08-04 Thread Luca Bruno
e18 is already in nixpkgs. On Mon, Aug 4, 2014 at 8:32 AM, Thomas Strobel ts...@cam.ac.uk wrote: Sure! I run it by adding the following into my /etc/nixos/configuration.nix: imports = [ path/to/e18 ]; config = { services.xserver.displayManager.slim.enable = true;

Re: [Nix-dev] E18

2014-08-04 Thread Thomas Strobel
Ouch! Thanks a lot for pointing that out. I'm very sorry for not checking thoroughly enough before bothering you with my local modifications. On 08/04/2014 10:35 AM, Luca Bruno wrote: e18 is already in nixpkgs. On Mon, Aug 4, 2014 at 8:32 AM, Thomas Strobel ts...@cam.ac.uk wrote: Sure! I

[Nix-dev] E18

2014-08-03 Thread Thomas Strobel
Hi, I've packed Enlightenment E18, and I just wanted to share it. It might need some review before pushing it online, especially the functions provided in the module.nix configuration. Many thanks, Thomas e18.tar.bz2 Description: Binary data ___