Skip to content

Commit

Permalink
maya: remove wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 14, 2024
1 parent 252778b commit 3fb7bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions configurations/maya/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in
config,
pkgs,
...
}: rec {
}: {
home.packages = with pkgs; [
nur.repos.DanNixon.metty
nur.repos.DanNixon.satorictl-unstable
Expand Down Expand Up @@ -59,17 +59,11 @@ in
config.output = {
DP-1 = {
enable = "";
bg = "~/${home.file.wallpaper.target} fill";
scale = "1.3";
};
};
};

home.file.wallpaper = {
source = ../../../wallpapers/sakuya-meiling.png;
target = ".local/share/wallpaper.png";
};

programs.i3status-rust.bars.main.blocks = [
{
block = "sound";
Expand Down
Binary file removed wallpapers/sakuya-meiling.png
Binary file not shown.

0 comments on commit 3fb7bc0

Please sign in to comment.