Compare commits
2 Commits
0087901471
...
27dd77f366
| Author | SHA1 | Date | |
|---|---|---|---|
| 27dd77f366 | |||
| c6584b11e3 |
+300
-300
File diff suppressed because it is too large
Load Diff
@@ -1831,7 +1831,7 @@ let
|
|||||||
if inputs != null && inputs ? elephant
|
if inputs != null && inputs ? elephant
|
||||||
then inputs.elephant.packages.${pkgs.system}.default
|
then inputs.elephant.packages.${pkgs.system}.default
|
||||||
else pkgs.elephant;
|
else pkgs.elephant;
|
||||||
sessionTarget = "graphical-session.target";;
|
sessionTarget = "graphical-session.target";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ let
|
|||||||
if inputs != null && inputs ? elephant
|
if inputs != null && inputs ? elephant
|
||||||
then inputs.elephant.packages.${pkgs.system}.default
|
then inputs.elephant.packages.${pkgs.system}.default
|
||||||
else pkgs.elephant;
|
else pkgs.elephant;
|
||||||
sessionTarget = "graphical-session.target";;
|
sessionTarget = "graphical-session.target";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user