non important commit
This commit is contained in:
parent
1050f9c454
commit
696d7a7261
1 changed files with 6 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue