Skip to content

Commit

Permalink
feat: migrate wallpaper_random.py into another repo: ryan4yin/wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jul 29, 2023
1 parent 4cf9b16 commit 349ff8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 105 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions home/linux/desktop/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{pkgs, ...}: {
imports = [
./wallpaper

./creative.nix
./immutable-file.nix
./media.nix
./ssh.nix
./wallpaper.nix
./xdg.nix
];

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{ wallpapers, ... }:

{
# https://github.com/ryan4yin/wallpapers
home.file.".config/wallpapers".source = wallpapers;
home.file.".local/bin/wallpaper_random" = {
source = ./wallpaper_random.py;
source = "${wallpapers}/wallpaper_random.py";
executable = true;
};
}
99 changes: 0 additions & 99 deletions home/linux/desktop/wallpaper/wallpaper_random.py

This file was deleted.

0 comments on commit 349ff8b

Please sign in to comment.