Release Ver 1.2.0
This commit is contained in:
parent
7f73899c91
commit
89600ebb06
25 changed files with 1862 additions and 57 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue