This commit is contained in:
Lilith 2024-06-16 11:53:15 +02:00
parent aea798d119
commit a9c05e5041
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 28 additions and 19 deletions

View file

@ -3,6 +3,21 @@
}: {
imports = [ ags.homeManagerModules.default ];
home.packages = with pkgs; [
gtksourceview
webkitgtk
pavucontrol
networkmanager
gtk3
wf-recorder
wl-clipboard
brightnessctl
fzf
fd
dart-sass
bun
];
programs.ags = {
enable = true;
@ -11,19 +26,7 @@
# additional packages to add to gjs's runtime
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
pavucontrol
networkmanager
gtk3
wf-recorder
wl-clipboard
brightnessctl
fzf
fd
dart-sass
bun
];
};
}