Add wallpaper for ThinkPad, improve wallpaper management
This commit is contained in:
parent
796701caa2
commit
de9737bddd
7 changed files with 5 additions and 8 deletions
|
@ -33,6 +33,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./thinkpads/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -60,6 +61,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./thinkpads/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/roxynord.png;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -86,6 +88,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./virtualbox/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/roxynord.png;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ in
|
|||
../vim.nix
|
||||
../ranger.nix
|
||||
../fcitx5.nix
|
||||
../wallpaper.nix
|
||||
../picom.nix
|
||||
../i3.nix
|
||||
../polybar
|
||||
|
@ -60,6 +59,7 @@ in
|
|||
firefox
|
||||
discord
|
||||
gnome.nautilus
|
||||
gimp
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home.file."./.background-image" = {
|
||||
source = ./roxynord.png;
|
||||
};
|
||||
}
|
BIN
wallpapers/178869.jpg
Normal file
BIN
wallpapers/178869.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 718 KiB |
BIN
wallpapers/178869_1366x768.jpg
Normal file
BIN
wallpapers/178869_1366x768.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 761 KiB |
1
wallpapers/README.md
Normal file
1
wallpapers/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Numeric post IDs are [konachan.net](https://konachan.net) post IDs, e.g. [https://konachan.net/post/show/178869](https://konachan.net/post/show/178869). Sources will otherwise be listed here if available.
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Loading…
Add table
Reference in a new issue