Compare commits
4 Commits
master
...
3652e18804
| Author | SHA1 | Date | |
|---|---|---|---|
|
3652e18804
|
|||
| c6c168ea12 | |||
| ca39df021b | |||
|
628766e55d
|
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1 +1,4 @@
|
||||
secrets/soundcloud_token filter=git-crypt diff=git-crypt
|
||||
assets/bitwig/activation.bwreg filter=lfs diff=lfs merge=lfs -text
|
||||
assets/bitwig/bitwig-studio.deb filter=lfs diff=lfs merge=lfs -text
|
||||
assets/bitwig/bitwig.jar filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*.jar
|
||||
BIN
assets/bitwig/activation.bwreg
LFS
Normal file
BIN
assets/bitwig/activation.bwreg
LFS
Normal file
Binary file not shown.
BIN
assets/bitwig/bitwig-studio.deb
LFS
Normal file
BIN
assets/bitwig/bitwig-studio.deb
LFS
Normal file
Binary file not shown.
BIN
assets/bitwig/bitwig.jar
LFS
Normal file
BIN
assets/bitwig/bitwig.jar
LFS
Normal file
Binary file not shown.
32
flake.lock
generated
32
flake.lock
generated
@@ -8,11 +8,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1677969766,
|
||||
"narHash": "sha256-AIp/ZYZMNLDZR/H7iiAlaGpu4lcXsVt9JQpBlf43HRY=",
|
||||
"lastModified": 1680281360,
|
||||
"narHash": "sha256-XdLTgAzjJNDhAG2V+++0bHpSzfvArvr2pW6omiFfEJk=",
|
||||
"owner": "ryantm",
|
||||
"repo": "agenix",
|
||||
"rev": "03b51fe8e459a946c4b88dcfb6446e45efb2c24e",
|
||||
"rev": "e64961977f60388dd0b49572bb0fc453b871f896",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -59,6 +59,19 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"local-bitwig": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1680095020,
|
||||
"narHash": "sha256-n8gLgN6QEVuHe30kQZ/gCWInDHwDpPWOB5RgVh1tSt8=",
|
||||
"path": "/home/coolneng/Projects/panacea/assets/bitwig",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/home/coolneng/Projects/panacea/assets/bitwig",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"nix-index-database": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -81,11 +94,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1679944645,
|
||||
"narHash": "sha256-e5Qyoe11UZjVfgRfwNoSU57ZeKuEmjYb77B9IVW7L/M=",
|
||||
"lastModified": 1680213900,
|
||||
"narHash": "sha256-cIDr5WZIj3EkKyCgj/6j3HBH4Jj1W296z7HTcWj1aMA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "4bb072f0a8b267613c127684e099a70e1f6ff106",
|
||||
"rev": "e3652e0735fbec227f342712f180f4f21f0594f2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -97,11 +110,11 @@
|
||||
"openconnect-sso": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1666807723,
|
||||
"narHash": "sha256-pU8m5zIEITBDmL3JCecRTRbMscpGTcpXSuP8zk5WfBI=",
|
||||
"lastModified": 1680271746,
|
||||
"narHash": "sha256-qerm3HzTP0xnfOim0eEmUZa/MMll6VuS0IEKfiUysgU=",
|
||||
"owner": "vlaci",
|
||||
"repo": "openconnect-sso",
|
||||
"rev": "c0bbc9ff7d9477cb721c4b6e44482903fe81791a",
|
||||
"rev": "c3f67e2b037e71c193b3c7b1f90ec9a5a440856f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -114,6 +127,7 @@
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"cyrus-sasl-xoauth2": "cyrus-sasl-xoauth2",
|
||||
"local-bitwig": "local-bitwig",
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"openconnect-sso": "openconnect-sso"
|
||||
|
||||
@@ -27,6 +27,10 @@
|
||||
url = "github:Mic92/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
local-bitwig = {
|
||||
url = "path:/home/coolneng/Projects/panacea/assets/bitwig";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, agenix, nix-index-database, ... }@inputs:
|
||||
|
||||
@@ -7,6 +7,13 @@ let
|
||||
scripts = [ mpvScripts.sponsorblock ];
|
||||
});
|
||||
|
||||
patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
|
||||
src = ../assets/bitwig/bitwig-studio.deb;
|
||||
postInstall = ''
|
||||
cp -r ${inputs.local-bitwig}/bitwig.jar $out/libexec/bin/bitwig.jar
|
||||
'';
|
||||
});
|
||||
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
# Monitoring
|
||||
@@ -55,6 +62,7 @@ in {
|
||||
mpc_cli
|
||||
pulsemixer
|
||||
easyeffects
|
||||
patched-bitwig
|
||||
# Productivity
|
||||
zathura
|
||||
libreoffice-fresh
|
||||
|
||||
Reference in New Issue
Block a user