compose
This commit is contained in:
parent
aea798d119
commit
a9c05e5041
5 changed files with 28 additions and 19 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue