feat: add waybar config with niri workspaces, update style

This commit is contained in:
2026-08-12 00:59:44 +07:00
parent 08e1b2b4b5
commit 186a662310
5 changed files with 375 additions and 32 deletions
+15
View File
@@ -77,6 +77,21 @@
security.polkit.enable = true;
fonts.packages = with pkgs; [
freefont_ttf
noto-fonts-color-emoji
font-awesome
nerd-fonts.jetbrains-mono
];
hardware.bluetooth.enable = true;
services.blueman.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [