Compare commits
3 Commits
3ead42e8bf
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
70d67e303f
|
|||
|
1d02c81a21
|
|||
|
d64b1b7bfb
|
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -30,10 +30,6 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||||
local-bitwig = {
|
|
||||||
url = "path:/home/coolneng/Projects/panacea/assets/bitwig";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|||||||
+1
-12
@@ -18,13 +18,6 @@ let
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
|
|
||||||
src = "${inputs.local-bitwig}/bitwig-studio.deb";
|
|
||||||
postInstall = ''
|
|
||||||
cp -r ${inputs.local-bitwig}/bitwig.jar $out/libexec/bin/bitwig.jar
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
@@ -74,7 +67,6 @@ in
|
|||||||
mpd-mpris
|
mpd-mpris
|
||||||
pulsemixer
|
pulsemixer
|
||||||
easyeffects
|
easyeffects
|
||||||
patched-bitwig
|
|
||||||
# Productivity
|
# Productivity
|
||||||
zathura
|
zathura
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
@@ -100,16 +92,13 @@ in
|
|||||||
unar
|
unar
|
||||||
# Overlays
|
# Overlays
|
||||||
cachix
|
cachix
|
||||||
# Budgeting
|
|
||||||
beancount
|
|
||||||
beancount-language-server
|
|
||||||
fava
|
|
||||||
# Programming tools
|
# Programming tools
|
||||||
## Shell
|
## Shell
|
||||||
shellcheck
|
shellcheck
|
||||||
shfmt
|
shfmt
|
||||||
## Nix
|
## Nix
|
||||||
nixfmt
|
nixfmt
|
||||||
|
nil
|
||||||
## Python
|
## Python
|
||||||
ty
|
ty
|
||||||
ruff
|
ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user