Update
This commit is contained in:
parent
35783ea086
commit
f04f8160db
2 changed files with 48 additions and 23 deletions
10
flake.nix
10
flake.nix
|
@ -21,7 +21,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
url = "github:danth/stylix/release-23.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim = {
|
||||
|
@ -43,7 +43,13 @@
|
|||
overlays = [
|
||||
nixgl.overlay
|
||||
];
|
||||
config.allowUnfree = true;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
# TODO Not sure why, HM needs nixos-option which needs an old Nix?
|
||||
permittedInsecurePackages = [
|
||||
"nix-2.15.3"
|
||||
];
|
||||
};
|
||||
};
|
||||
lib = {
|
||||
nixosSystem = { system, modules ? [ ] }: nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue