added slight borders to waybar elements to prevent them from blending in with the background

This commit is contained in:
pagedmov
2024-11-07 01:14:54 -05:00
parent 0bb0b6ce81
commit 388daff285
5 changed files with 24 additions and 13 deletions

View File

@@ -44,7 +44,7 @@
inherit pkgs;
extraSpecialArgs = {
host = "oganesson";
inherit self username inputs nur;
inherit self username inputs;
};
# Specific Home Manager config for oganesson
@@ -52,6 +52,8 @@
./hosts/desktop/home.nix
./modules/home
stylix.homeManagerModules.stylix
nixvim.homeManagerModules.nixvim
nur.nixosModules.nur
];
};
@@ -86,7 +88,6 @@
./modules/sys
home-manager.nixosModules.home-manager
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur
];
};