L-Nafaryus
7c8f579ef9
All checks were successful
nix / check (push) Successful in 2m2s
config: remove eww new: lib.preconfiguredModules: homeManager module ags
10 lines
164 B
Nix
10 lines
164 B
Nix
{pkgs, ...}: {
|
|
programs.ags = {
|
|
enable = true;
|
|
extraPackages = with pkgs; [
|
|
libdbusmenu-gtk3 # for system tray
|
|
];
|
|
configDir = ./ags;
|
|
};
|
|
}
|