new wallpaper
This commit is contained in:
parent
f4d919b96d
commit
c00cb78eb5
2 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,11 @@
|
|||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ../../assets/wp.png;
|
||||
image = pkgs.fetchurl {
|
||||
url =
|
||||
"https://github.com/notAxon/wallpapers/blob/main/Nature/Pink_Flowers_Photograph_by_Lisa_Fotios.jpeg?raw=true";
|
||||
sha256 = "sha256-PyK/LuR7IR+FpGFZXdpYkShjKrwaqCtu64SY/wl/RvY=";
|
||||
};
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
cursor = {
|
||||
package = pkgs.kdePackages.breeze-icons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue