mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
feat: remove determinate nix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user