☄ Enter waybar
Moved waybar config into NixOS configuration. Added test script to check config without switching
This commit is contained in:
8
home/hyprland/waybar/default.nix
Normal file
8
home/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