Waybar config

This commit is contained in:
fwastring 2025-10-10 16:31:26 +02:00
parent 3c7a01f264
commit e8d8704b70
6 changed files with 232 additions and 59 deletions

View file

@ -54,6 +54,17 @@ in
./../../moduler/programs/waybar
inputs.catppuccin.homeModules.catppuccin
];
waybar = {
enable = true;
# configPath = ./../../moduler/programs/waybar/waybar-laptop.jsonc;
};
gtk = {
enable = true;
iconTheme = {
name = "oomox-gruvbox-dark";
package = pkgs.gruvbox-dark-icons-gtk;
};
};
catppuccin = {
librewolf = {
enable = true;
@ -73,11 +84,11 @@ in
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = [
(btusb.overrideAttrs (_: {
patches = [ ../../moduler/btusb-add-mt7925.patch ];
}))
];
# boot.extraModulePackages = [
# (btusb.overrideAttrs (_: {
# patches = [ ../../moduler/btusb-add-mt7925.patch ];
# }))
# ];
networking.hostName = myhostname;