fix: declare 'waybar' config and add it to 'niri' desktop

This commit is contained in:
2025-12-03 23:35:59 +01:00
parent dbad023043
commit 683e6e4d10
4 changed files with 88 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
home.file.".config/niri/config.kdl" = {
source = ./config.kdl;
};
imports = [ ../../waybar ];
home.file.".config/niri/config.kdl".source = ./config.kdl;
}