Primarily reaper

This commit is contained in:
2025-04-25 23:52:18 +03:00
parent 3bf91063d3
commit 5b30dc0124
10 changed files with 86 additions and 42 deletions
+4
View File
@@ -22,6 +22,9 @@
# everything match nicely? Try nix-colors!
# nix-colors.url = "github:misterio77/nix-colors";
#Music production nix
musnix = { url = "github:musnix/musnix"; };
azos-core = {
url = "git+file:./azos-core";
flake = true;
@@ -79,6 +82,7 @@
specialArgs = {inherit inputs outputs;};
modules = [
# > Our main nixos configuration file <
#We need to musnix here
./nixos/configuration.nix
];
};