Move wallapper to shared file

This commit is contained in:
thiloho
2023-06-12 22:53:49 +02:00
parent 4409db747f
commit 11574c74e0
3 changed files with 7 additions and 8 deletions

View File

@@ -10,10 +10,7 @@
home-manager.users.thiloho = { pkgs, ... }: {
wayland.windowManager.sway.config.output = let
wallpaper = pkgs.fetchurl {
url = "https://imgur.com/aAWzGqj.jpg";
hash = "sha256-iTQS939Zrvjv4rBJ6Y41kdsBBN9lT5yAoJnNg/WiMoA=";
};
wallpaper = pkgs.callPackage ../wallpaper.nix {};
in {
eDP-1 = {
bg = "${wallpaper} fill";