refactor(nix): More split

Also added floorp, but not functional at the moment, it requires 24.11
This commit is contained in:
Ahmad Ansori Palembani 2024-10-18 21:06:26 +07:00
parent 0e80eb3083
commit 98d28abc3f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 142 additions and 42 deletions

View file

@ -31,7 +31,7 @@
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
nix-darwin = {
url = "github:LnL7/nix-darwin";