🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
8
home-manager/hyprland/waybar/default.nix
Normal file
8
home-manager/hyprland/waybar/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.file.".config/waybar" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user