mirror of
https://git.sr.ht/~neverness/wallpapers
synced 2024-12-10 21:51:10 +00:00
base16 | ||
dotfiles | ||
userstyles | ||
wallpapers/paradise | ||
LICENSE | ||
README.md |
【 DESIGN 】
USERSTYLES
This repo also contains css webstyles in ./userstyles
WALLPAPERS
For installation .jpg paradised to stylix needs that:
flake.nix
{
inputs.walls = { # WALLS
url = "sourcehut:~neverness/wallpapers?ref=main";
flake = false;
};
}
stylix.nix
{ inputs, ... }:
let
wal = inputs.walls;
in {
stylix.image = "${wal}/desktop/wallpaper_name.jpg"; # SEARCH IN ./wallpapers/theme_name
}