feat: remove determinate nix

This commit is contained in:
Ryan Yin
2025-10-16 13:23:36 +08:00
parent 492708cfc7
commit 57cd863aa5
3 changed files with 19 additions and 233 deletions

View File

@@ -1,7 +1,6 @@
{
config,
lib,
determinate,
...
}:
{
@@ -12,11 +11,6 @@
# https://lix.systems/add-to-config/
# nix.package = pkgs.lix;
# we use determinate nix instead
imports = [
determinate.nixosModules.default
];
# to install chrome, you need to enable unfree packages
nixpkgs.config.allowUnfree = lib.mkForce true;