meowmeow
This commit is contained in:
parent
ab7cd37efb
commit
a2890ed58a
8 changed files with 163 additions and 75 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{ pkgs
|
||||
, inputs
|
||||
, ...
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.mpvpaper = {
|
||||
programs.wpaperd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
eDP-1 = {
|
||||
path = ../assets/wp6553608.jpg;
|
||||
apply-shadow = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue