feat(nix): Configure floorp with nix

This commit is contained in:
Ahmad Ansori Palembani 2024-10-20 06:39:31 +07:00
parent ec2f9e379a
commit 624f9da761
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
6 changed files with 86 additions and 81 deletions

View file

@ -31,7 +31,7 @@
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185";
nix-darwin = {
url = "github:LnL7/nix-darwin";
@ -39,7 +39,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/64c6325b28ebd708653dd41d88f306023f296184";
inputs.nixpkgs.follows = "nixpkgs";
};