1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

massive stylix update

This commit is contained in:
andrey_varnavskiy
2024-12-16 04:44:08 +05:00
parent da39b799ec
commit e29e9890cb
7 changed files with 65 additions and 106 deletions

View File

@@ -1,16 +1,6 @@
{
home.file.".config/wallpaper.png" = {
source = builtins.fetchurl {
url = "https://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.png";
sha256 = "036gqhbf6s5ddgvfbgn6iqbzgizssyf7820m5815b2gd748jw8zc";
};
};
# Wallpaper is configured in ../stylix.nix
services.hyprpaper = {
enable = true;
settings = {
preload = [ "~/.config/wallpaper.png" ];
wallpaper = [ ",~/.config/wallpaper.png" ];
};
};
}