hosts: change wallpaper to frappe (to contrast more with window outlines)
This commit is contained in:
parent
1e809880fe
commit
97eb5af13c
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
pkgs,
|
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
@ -28,8 +27,8 @@
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
style = let
|
style = let
|
||||||
wallpaper = pkgs.fetchurl {
|
wallpaper = pkgs.fetchurl {
|
||||||
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-macchiato.png?raw=true";
|
url = "https://github.com/NixOS/nixos-artwork/blob/master/wallpapers/nixos-wallpaper-catppuccin-frappe.png?raw=true";
|
||||||
hash = "sha256-SkXrLbHvBOItJ7+8vW+6iXV+2g0f8bUJf9KcCXYOZF0=";
|
hash = "sha256-wtBffKK9rqSJo8+7Wo8OMruRlg091vdroyUZj5mDPfI=";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue