ags: enable
This commit is contained in:
parent
4c23ebdc21
commit
347690561d
2 changed files with 15 additions and 0 deletions
13
homeManagerModules/niri/ags.nix
Normal file
13
homeManagerModules/niri/ags.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
extraPackages = with pkgs; [
|
||||
gtksourceview
|
||||
webkitgtk
|
||||
accountsservice
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue