random shit

This commit is contained in:
Kopatz
2024-06-20 19:20:20 +02:00
parent 670f9e35b2
commit c24ffd6317
7 changed files with 28 additions and 25 deletions

View File

@@ -3,31 +3,23 @@ let cfg = osConfig.custom.graphical.i3;
in {
config = lib.mkIf cfg.enable {
home.file.".config/i3" = {
enable = true;
recursive = true;
source = ../.config/i3;
target = ".config/i3";
};
home.file.".config/picom" = {
enable = true;
recursive = true;
source = ../.config/picom;
target = ".config/picom";
};
home.file.".config/wallpapers" = {
enable = true;
recursive = true;
source = ../.config/wallpapers;
target = ".config/wallpapers";
};
home.file.".config/polybar" = {
enable = true;
recursive = true;
source = ../.config/polybar;
target = ".config/polybar";
};
services.polybar = {
enable = true;