bonfire/lib/preconfiguredModules/homeManager/ags/default.nix
L-Nafaryus 7c8f579ef9
All checks were successful
nix / check (push) Successful in 2m2s
astora: replace eww with ags
config: remove eww
new: lib.preconfiguredModules: homeManager module ags
2024-07-21 17:14:58 +05:00

10 lines
164 B
Nix

{pkgs, ...}: {
programs.ags = {
enable = true;
extraPackages = with pkgs; [
libdbusmenu-gtk3 # for system tray
];
configDir = ./ags;
};
}