install pano extension from nur
This commit is contained in:
10
gnome.nix
10
gnome.nix
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
@@ -42,12 +42,14 @@
|
|||||||
appindicator # applets for open applications
|
appindicator # applets for open applications
|
||||||
reading-strip # like putting a finger on every line I read
|
reading-strip # like putting a finger on every line I read
|
||||||
tactile # window manager
|
tactile # window manager
|
||||||
pano # clipboard manager
|
|
||||||
freon # hardware temperature monitor
|
freon # hardware temperature monitor
|
||||||
gamemode-indicator-in-system-settings # I guess I'm a gamer now?
|
gamemode-indicator-in-system-settings # I guess I'm a gamer now?
|
||||||
burn-my-windows
|
burn-my-windows # special effects for when closing windows
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
otherPackages = [
|
||||||
|
config.nur.repos.zzzsy.gnome-shell-extension-pano
|
||||||
|
];
|
||||||
in
|
in
|
||||||
packages ++ extensions;
|
packages ++ extensions ++ otherPackages;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user