refactor: via statix

This commit is contained in:
Ryan Yin
2023-12-22 12:07:37 +08:00
parent cddd8101c7
commit a1b5572eea
13 changed files with 70 additions and 62 deletions

View File

@@ -24,7 +24,7 @@
];
# https://github.com/catppuccin/cava
home.file.".config/cava/config".text =
xdg.configFile."cava/config".text =
''
# custom cava config
''

View File

@@ -1,6 +1,6 @@
{wallpapers, ...}: {
# https://github.com/ryan4yin/wallpapers
home.file.".config/wallpapers".source = wallpapers;
xdg.configFile."wallpapers".source = wallpapers;
home.file.".local/bin/wallpaper_random" = {
source = "${wallpapers}/wallpaper_random.py";
executable = true;