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