fixed swww

This commit is contained in:
biscuit
2025-06-11 07:24:45 -05:00
parent 8d6af2f936
commit 7053adc718
+6 -2
View File
@@ -1,4 +1,8 @@
{hyprconf, ...}: {
{
hyprconf,
username,
...
}: {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
@@ -16,7 +20,7 @@
"[workspace 20 silent] firefox"
"[workspace 1] kitty --single-instance --hold fastfetch"
# FIXME no abs!
"swww img /home/biscuit/Nixos/pkgs/swww/wallpapers/ascii-nixos.png"
"swww img /home/${username}/.config/nixos/assets/wallpapers/ascii-nixos.png"
"hyprctl setcursor Bibata-Original-Classic 24"
];