add: customize waybar

This commit is contained in:
lily 2025-04-01 12:16:35 -04:00
parent 5703f07a33
commit c8b70b59f7
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
15 changed files with 754 additions and 122 deletions

View file

@ -2,6 +2,7 @@
pkgs,
lib,
config,
inputs,
flake-self,
...
}: let
@ -29,6 +30,7 @@ in {
envsubst
glib
headsetcontrol
flatpak
];
networking = {
networkmanager.enable = true;
@ -68,7 +70,7 @@ in {
};
# services.printing.enable = true;
# services.flatpak.enable = true;
services.flatpak.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
@ -78,5 +80,11 @@ in {
# environment.sessionVariables = {
# MOZ_DISABLE_RDD_SANDBOX = "1";
# };
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
# Add any missing dynamic libraries for unpackaged programs
# here, NOT in environment.systemPackages
];
};
}

View file

@ -13,7 +13,7 @@ in {
[
wl-clipboard
xwayland
xwaylandvideobridge
kdePackages.xwaylandvideobridge
wayland-utils
wev
]