Skip to content

Commit

Permalink
home(desktop): updated wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Sep 28, 2023
1 parent 65492f2 commit 5de2a5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file removed home/dots/wallpapers/1.jpg
Binary file not shown.
9 changes: 4 additions & 5 deletions home/modules/desktop/hyprland/swww.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
pkgs,
libx,
...
}: let
inherit (pkgs) callPackage;

wallpaperFiles = libx.getFilesInDirectory ./../../../dots/wallpapers;
in {
}: {
home.packages = [pkgs.swww];

xdg.configFile."hypr/hyprland.conf".text = let
inherit (pkgs) callPackage;

wallpaperFiles = libx.getFilesInDirectory ./../../../dots/wallpapers;
swww-switcher-bin = "${callPackage ./../../../scripts/swww-switcher {}}/bin/cli";
in ''
exec-once = ${pkgs.swww}/bin/swww init
Expand Down

0 comments on commit 5de2a5c

Please sign in to comment.