random shit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user