Compare commits
No commits in common. "501d09c746c3f34fad154f3a0785423d3c336461" and "c60265d1351695c0e69473b05389a14f2b835dbf" have entirely different histories.
501d09c746
...
c60265d135
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
url = "https://i.imgur.com/UpyYtT3.jpeg";
|
url = "https://i.imgur.com/9l6Ywcm.jpeg";
|
||||||
sha256 = "1dilvn5ls34d5855d1h6k12x9mbdhawd91dl9z5v91ndpbjhip5r";
|
sha256 = "1fncihr63niq6l2llgbhhid24a11vr3q091yya497xld3mldfdan";
|
||||||
forceContrastText = false;
|
forceContrastText = false;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
apps = [
|
apps = [
|
||||||
"gimp"
|
"*|gnu-image-manipulation-program"
|
||||||
"gimp-*"
|
|
||||||
"steam-proton"
|
"steam-proton"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue