first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
5
modules/home/waybar/default.nix
Executable file
5
modules/home/waybar/default.nix
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
imports = [ (import ./waybar.nix) ]
|
||||
++ [ (import ./settings.nix) ]
|
||||
++ [ (import ./style.nix) ];
|
||||
}
|
||||
Reference in a new issue