1
0
forked from extern/nix-config

fix: Add wallpaper.png

A wallpaper is required for Stylix to work, so I added one with base00
as the background color and the NixOS logo as the foreground image.

Credit for the logo goes to the original author who licensed it under
CC-BY: https://releases.nixos.org/nix-dev/2016-October/021876.html
This commit is contained in:
Donovan Glover 2023-05-10 13:21:30 -04:00
parent 176a8b6597
commit ef97a778aa
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@
networking.useHostResolvConf = true;
services.udisks2.enable = true;
security.pam.services.swaylock = { };
# stylix.image = ./background.jpg;
stylix.image = ./wallpaper.png;
stylix.polarity = "dark";
# stylix.base16Scheme = ./ayu-dark.yaml;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
stylix.fonts = {

BIN
wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB