Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin 501d09c746
Keyd: Change gimp disable signature. 2024-10-22 05:35:54 +03:00
Dmitry Voronin 3d94679550
Wallpaper: Botanica. 2024-10-22 05:35:35 +03:00
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, lib, ... }:
with lib;
let
url = "https://i.imgur.com/9l6Ywcm.jpeg";
sha256 = "1fncihr63niq6l2llgbhhid24a11vr3q091yya497xld3mldfdan";
url = "https://i.imgur.com/UpyYtT3.jpeg";
sha256 = "1dilvn5ls34d5855d1h6k12x9mbdhawd91dl9z5v91ndpbjhip5r";
forceContrastText = false;
in
{

View file

@ -1,7 +1,8 @@
{ pkgs, ... }:
let
apps = [
"*|gnu-image-manipulation-program"
"gimp"
"gimp-*"
"steam-proton"
];