extensions update

This commit is contained in:
Danilo Reyes 2025-06-14 22:21:50 -06:00
parent 2e53a0de1b
commit 3432e0145f

View File

@ -1,5 +1,4 @@
{
inputs,
pkgs,
lib,
...
@ -36,14 +35,11 @@
qt.enable = true;
users.users.jawz.packages = builtins.attrValues {
inherit (pkgs.gnomeExtensions)
appindicator # applets for open applications
tactile # window manager
freon # hardware temperature monitor
gamemode-shell-extension # I guess I'm a gamer now?
burn-my-windows # special effects for when closing windows
;
inherit (inputs.jawz-scripts.packages.x86_64-linux)
pano
pano # clipboard manager
;
};
}