updates
This commit is contained in:
parent
f390e57033
commit
bf03f98a7d
4 changed files with 43 additions and 10 deletions
|
|
@ -1,5 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
i3dotfiles,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
picom
|
||||
];
|
||||
|
||||
xdg.configFile."picom" = {
|
||||
source = "${i3dotfiles}/picom";
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue