1
0
Fork 0

Install gnome extensions

This commit is contained in:
Malte Brandy 2021-03-07 05:22:01 +01:00
parent 0251761697
commit 00d751f55b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 9 additions and 9 deletions

View file

@ -82,13 +82,13 @@
BS.hPut stdout input
'';
in {
"add-notification" = {
target = ".task/hooks/on-add.notification";
source = "${on-add}/bin/on-add";
};
"modify-notification" = {
target = ".task/hooks/on-modify.notification";
source = "${on-modify}/bin/on-modify";
};
#"add-notification" = {
# target = ".task/hooks/on-add.notification";
# source = "${on-add}/bin/on-add";
#};
#"modify-notification" = {
# target = ".task/hooks/on-modify.notification";
# source = "${on-modify}/bin/on-modify";
#};
};
}

View file

@ -36,7 +36,7 @@ self: super: {
radicle-upstream = import self.sources.radicle-upstream-nix {};
unison = (import self.sources.unison-nix).unison-ucm;
inherit (self) lm_sensors xwayland xdg_utils libnotify kassandra kassandra2 shotcut mlt audacity;
inherit (self.gnomeExtensions) appindicator system-monitor;
inherit (self.gnomeExtensions) appindicator system-monitor clipboard-indicator emoji-selector sound-output-device-chooser window-is-ready-remover;
inherit (self.gnome3)
dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme
gnome-session;