fix: dynamic wallpaper

This commit is contained in:
kenji
2025-12-25 00:41:44 -06:00
parent cf28f0cede
commit c604816aa9
7 changed files with 221 additions and 75 deletions
+6
View File
@@ -2,6 +2,7 @@
description = "Hakase Configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
elephant.url = "github:abenz1267/elephant";
home-manager = {
url = "github:nix-community/home-manager";
@@ -24,6 +25,11 @@
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
walker = {
url = "github:abenz1267/walker";
inputs.elephant.follows = "elephant";
};
};
outputs = {