mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fix!: fixed awesome config files not being copied
This commit is contained in:
parent
08bd5234b4
commit
6f105dea97
1 changed files with 1 additions and 2 deletions
|
@ -42,9 +42,8 @@ in
|
|||
|
||||
|
||||
home.file = {
|
||||
"awesome" = {
|
||||
".config/awesome" = {
|
||||
source = ../rsrcs/awesome;
|
||||
target = ".config/awesome";
|
||||
recursive = true;
|
||||
};
|
||||
".config/awesome/cpu-widget.lua".source = "${awesome-wm-widgets}/cpu-widget/cpu-widget.lua";
|
||||
|
|
Loading…
Reference in a new issue