Move from dunst to ags for notifications
This commit is contained in:
parent
fd6a627c11
commit
07ab459311
6 changed files with 145 additions and 4 deletions
|
|
@ -3,13 +3,17 @@
|
|||
# add the home manager module
|
||||
imports = [ inputs.ags.homeManagerModules.default ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
libnotify # Notifications through ags
|
||||
];
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
# null or path, leave as null if you don't want hm to manage the config
|
||||
configDir = ./config;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
# additional packages to add to ags's runtime
|
||||
extraPackages = with pkgs; [
|
||||
gtksourceview
|
||||
webkitgtk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue