devenv & fingies

This commit is contained in:
Tao Tien 2025-02-18 13:20:43 -08:00
parent 2b170dbae4
commit 14b14f7842
9 changed files with 174 additions and 105 deletions

View file

@ -180,9 +180,6 @@
};
nixpkgs.config = {allowUnfree = true;};
nix.nixPath = ["nixpkgs=${pkgs.path}"];
nix.extraOptions = ''
trusted-users = root tao
'';
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = lib.mkDefault "23.05";