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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [ ./ags.nix ];
|
||||||
|
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = builtins.readFile ./mako.conf;
|
extraConfig = builtins.readFile ./mako.conf;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue