modules/desktop: use amberol from flake
This commit is contained in:
parent
d57d54d271
commit
c2be753f60
1 changed files with 1 additions and 15 deletions
|
@ -27,24 +27,10 @@
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
];
|
];
|
||||||
gui-apps = with inputs.self.packages.x86_64-linux; [
|
gui-apps = with inputs.self.packages.x86_64-linux; [
|
||||||
|
amberol
|
||||||
obfuscate
|
obfuscate
|
||||||
fragments-remote
|
fragments-remote
|
||||||
] ++ [
|
] ++ [
|
||||||
(amberol.overrideAttrs (_: rec {
|
|
||||||
version = "0.7.0";
|
|
||||||
src = pkgs.fetchFromGitLab {
|
|
||||||
domain = "gitlab.gnome.org";
|
|
||||||
owner = "World";
|
|
||||||
repo = "amberol";
|
|
||||||
rev = version;
|
|
||||||
hash = "sha256-cBHFyPqhgcFOeYqMhF1aX3XCGAtqEZpI7Mj7b78Etmo=";
|
|
||||||
};
|
|
||||||
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
|
|
||||||
inherit src;
|
|
||||||
name = "amberol-${version}";
|
|
||||||
hash = "sha256-GaMJsIrTbhI1tmahEMlI1v5hmjw+tFEv9Wdne/kiYIA=";
|
|
||||||
};
|
|
||||||
}))
|
|
||||||
celluloid
|
celluloid
|
||||||
easyeffects
|
easyeffects
|
||||||
gnome-firmware-updater
|
gnome-firmware-updater
|
||||||
|
|
Loading…
Reference in a new issue