Add Stylix

This commit is contained in:
Kevin Kandlbinder 2023-05-28 14:46:00 +02:00
parent 1e8f75aa33
commit b92fcb1516
Signed by: kevin
GPG key ID: 1460B586646E180D
5 changed files with 119 additions and 22 deletions

5
nixos/modules/stylix.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
stylix = {
image = ../../assets/wallpapers/kevin-kandlbinder-u4wkyXFGUc4-unsplash.jpg;
};
}