update waybar config: separate separator

This commit is contained in:
2025-01-16 00:06:12 +01:00
parent 7953fe4daf
commit ab674a12e7
3 changed files with 17 additions and 6 deletions
+5 -3
View File
@@ -6,9 +6,11 @@
inputs.home-manager.nixosModules.default
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth.enable = true;
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
plymouth.enable = true;
};
networking = {
networkmanager = {