Move the assets folder
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 314 KiB |
Before Width: | Height: | Size: 2 MiB After Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |