Release Ver 1.2.0

This commit is contained in:
Peritia 2025-08-13 11:40:03 +02:00
parent 7f73899c91
commit 89600ebb06
25 changed files with 1862 additions and 57 deletions

View file

@ -6,6 +6,9 @@
};
outputs = { self, nixpkgs, ... }: {
homeManagerModules.default = import ./nyx;
homeManagerModules.default = import ./legacy-nyx;
homeManagerModules.legacy = import ./legacy-nyx;
nixosModules.default = import ./nyx;
};
}