Move the assets folder
This commit is contained in:
parent
7f1e116e2d
commit
c8c7be8a24
7 changed files with 34 additions and 29 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, lib, ... }: {
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
home.file = lib.mkIf config.home.desktop.enable {
|
||||
".assets/wallpapers".source = ./assets/wallpapers;
|
||||
".assets/lockscreen".source = ./assets/lockscreen;
|
||||
".assets/wallpapers".source = ./wallpapers;
|
||||
".assets/lockscreen".source = ./lockscreen;
|
||||
".alsoftrc".text = "drivers=pulse";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue