Added mako notification manager to repo
This commit is contained in:
@@ -18,9 +18,17 @@
|
||||
services.emacs.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Password manager
|
||||
rbw
|
||||
wtype
|
||||
rofi-rbw
|
||||
|
||||
# Notifications
|
||||
mako
|
||||
libnotify
|
||||
polkit_gnome
|
||||
|
||||
# Other
|
||||
wireguard-tools
|
||||
];
|
||||
|
||||
@@ -30,5 +38,6 @@
|
||||
".config/fuzzel/fuzzel.ini".source = ../assets/.config/fuzzel/fuzzel.ini;
|
||||
".config/alacritty/alacritty.toml".source = ../assets/.config/alacritty/alacritty.toml;
|
||||
".config/rofi-rbw.rc".source = ../assets/.config/rofi-rbw.rc;
|
||||
".config/mako/config".source = ../assets/.config/mako/config;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user