mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
gnome-shell-extension-paperwm-latest: remove package
It was created at a time where the project is in the middle of something but now recent updates are available from nixpkgs.
This commit is contained in:
parent
b6ac03c806
commit
eb8d97c6a1
@ -22,15 +22,6 @@ let
|
||||
gnome-shell-extension-burn-my-windows = callPackage ./gnome-shell-extension-burn-my-windows { };
|
||||
gnome-shell-extension-fly-pie =
|
||||
callPackage ./gnome-shell-extension-fly-pie.nix { };
|
||||
gnome-shell-extension-paperwm-latest = gnomeExtensions.paperwm.overrideAttrs (prev: {
|
||||
rev = "unstable-2022-11-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "paperwm";
|
||||
repo = "PaperWM";
|
||||
rev = "db9d63302b593c7a663791b577a306d3f432e18a";
|
||||
sha256 = "sha256-yPyomT+OmOe4mFJMNCq2FBgNHzuAvZ70itFA0s5BwV8=";
|
||||
};
|
||||
});
|
||||
guile-config = callPackage ./guile-config.nix { };
|
||||
hush-shell = callPackage ./hush-shell.nix { };
|
||||
ictree = callPackage ./ictree.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user