ADDED hyprpaper

This commit is contained in:
kenji
2025-12-24 18:01:30 -06:00
parent 7d5a24c7f8
commit 93e5181cb6
6 changed files with 316 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{myConfig, ...}: {
hyprpaper = {
enable = true;
settings = {
preload = ["/home/${myConfig.nixos.username}/Pictures/Wallpapers/kanagawa-1.png"];
};
};
}
+5
View File
@@ -0,0 +1,5 @@
{
stylix = {
enable = true;
};
}