Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
6
modules/home/environment/waybar/default.nix
Normal file
6
modules/home/environment/waybar/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports =
|
||||
[(import ./waybar.nix)]
|
||||
++ [(import ./settings.nix)]
|
||||
++ [(import ./style.nix)];
|
||||
}
|
||||
Reference in New Issue
Block a user