non important commit

This commit is contained in:
benstrb 2026-01-26 22:38:36 +01:00
parent 1050f9c454
commit 696d7a7261

View file

@ -1,4 +1,8 @@
{inputs, ...}: {
{
inputs,
pkgs,
...
}: {
imports = [inputs.niri-flake.homeModules.niri];
programs.niri = {
@ -6,7 +10,7 @@
settings = {
spawn-at-startup = [
{command = ["swaybg" "-i" "/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png"];}
{command = ["${pkgs.swaybg}/bin/swaybg" "-i" "/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png"];}
];
input = {