non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-17 09:37:49 +01:00
parent fe27c7e4dc
commit 2466369470
2 changed files with 6 additions and 4 deletions

View file

@ -4,8 +4,8 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nvf = {
url = "github:notashelf/nvf";
awww = {
url = "git+https://codeberg.org/LGFae/awww";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -1,12 +1,13 @@
{
pkgs,
inputs,
system,
...
}: {
imports = [inputs.niri-flake.homeModules.niri];
home.packages = with pkgs; [
swaybg
inputs.awww.packages.${system}.awww
wl-clipboard
];
@ -30,7 +31,8 @@
settings = {
spawn-at-startup = [
{command = ["waybar"];}
{command = ["swaybg" "-i" "${../../assets/gruvbox_wallpaper.png}"];}
{command = ["awww-daemon"];}
{command = ["awww" "img" "${../../assets/gruvbox_wallpaper.png}"];}
];
input = {