added tldr, changed some structure stuff

This commit is contained in:
vali 2024-05-15 01:09:41 +02:00
commit 9a93e8e4b5
6 changed files with 7 additions and 9 deletions

View file

@ -10,7 +10,7 @@ in {
home-manager.users.${username} = {
stylix = {
polarity = "dark";
image = ../../FreeBSD.png;
image = ../../lib/wallpapers/FreeBSD.png;
base16Scheme =
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-soft.yaml";
autoEnable = true;
@ -71,7 +71,7 @@ in {
};
};
stylix = {
image = ../../FreeBSD.png;
image = ../../lib/wallpapers/FreeBSD.png;
polarity = "dark";
};
};