Fix: update AGS and Astal configurations for improved widget management and system integration

This commit is contained in:
2025-11-04 20:04:29 +00:00
parent 6ea0f3e6df
commit e3b5bac48c
5 changed files with 79 additions and 15 deletions

View File

@@ -7,11 +7,14 @@
programs.ags = {
enable = true;
# null = use ~/.config/ags, or set to a path to symlink
configDir = null;
# Add additional packages needed for AGS
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
inputs.astal.packages.${pkgs.system}.battery
inputs.astal.packages.${pkgs.system}.bluetooth
inputs.astal.packages.${pkgs.system}.network
];
};