forked from mirrors/nixpkgs
nixos/enlightenment: add ephoto and rage
This commit is contained in:
parent
9c6322258a
commit
182f587c2f
|
@ -32,10 +32,14 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = [
|
||||
e.efl e.enlightenment
|
||||
e.terminology e.econnman
|
||||
pkgs.xorg.xcursorthemes
|
||||
environment.systemPackages = with pkgs; [
|
||||
enlightenment.econnman
|
||||
enlightenment.efl
|
||||
enlightenment.enlightenment
|
||||
enlightenment.ephoto
|
||||
enlightenment.rage
|
||||
enlightenment.terminology
|
||||
xorg.xcursorthemes
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
|
Loading…
Reference in a new issue