From 24663694709563cdfe2a3fb54a63de35a7ca92c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Tue, 17 Mar 2026 09:37:49 +0100 Subject: [PATCH] non important commit --- flake.nix | 4 ++-- home/modules/niri.nix | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 1cd7c19..0ce5309 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; diff --git a/home/modules/niri.nix b/home/modules/niri.nix index a09190a..fcccf25 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -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 = {