extensions update
This commit is contained in:
parent
2e53a0de1b
commit
3432e0145f
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
@ -36,14 +35,11 @@
|
|||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
users.users.jawz.packages = builtins.attrValues {
|
users.users.jawz.packages = builtins.attrValues {
|
||||||
inherit (pkgs.gnomeExtensions)
|
inherit (pkgs.gnomeExtensions)
|
||||||
appindicator # applets for open applications
|
|
||||||
tactile # window manager
|
tactile # window manager
|
||||||
freon # hardware temperature monitor
|
freon # hardware temperature monitor
|
||||||
gamemode-shell-extension # I guess I'm a gamer now?
|
gamemode-shell-extension # I guess I'm a gamer now?
|
||||||
burn-my-windows # special effects for when closing windows
|
burn-my-windows # special effects for when closing windows
|
||||||
;
|
pano # clipboard manager
|
||||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
|
||||||
pano
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user