trying flakes and restructuring slowly

This commit is contained in:
2021-04-29 04:13:34 +05:30
parent c67dc7dd34
commit 58cfa66af5
9 changed files with 153 additions and 39 deletions

7
test.nix Normal file
View File

@@ -0,0 +1,7 @@
self: super: {
ncmpcpp = super.ncmpcpp.override {
visualizerSupport = true;
clockSupport = true;
};
}