mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update AGS and Astal configurations for improved widget management and system integration
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user