Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-16 19:13:38 +00:00
parent 8bd245d495
commit 28bedadc16
4 changed files with 11 additions and 4 deletions

View File

@@ -1,11 +1,9 @@
{
pkgs,
config,
lib,
constants,
...
}: let
setWallpaperScript = import ../lib/wallpaper.nix {inherit pkgs;};
setWallpaperScript = import ../bin/wallpaper.nix {inherit pkgs;};
in {
imports = [
./ghostty.nix