fixup! fixup! fixup! fixup! fixup! Replace AGS with waybar

This commit is contained in:
2026-03-16 23:47:29 +03:00
parent 22862a4bec
commit 3f243e7dac
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
{ config, lib, ... }: {
imports = [
./user/ags.nix
./user/btop.nix
./user/fuzzel.nix
./user/ghostty.nix
+1
View File
@@ -7,6 +7,7 @@
programs.waybar = {
enable = true;
systemd.enable = true;
settings.mainBar = {
spacing = 8;
+1 -1
View File
@@ -8,7 +8,7 @@
color: ${colors.base05};
border-radius: ${radius};
font-weight: bold;
font-size: 1.1em;
font-size: .85em;
& > * { padding: 8px; }
}