mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
Use Unstabel
This commit is contained in:
parent
2eb7bf297c
commit
1bd7ad090e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:NixOS/nixpkgs;
|
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||||
nur.url = github:nix-community/NUR;
|
nur.url = github:nix-community/NUR;
|
||||||
home-manager= {
|
home-manager= {
|
||||||
url = github:nix-community/home-manager;
|
url = github:nix-community/home-manager;
|
||||||
|
@ -47,6 +47,7 @@
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
#overlays = [ prismlauncher.overlay nur.overlay ];
|
#overlays = [ prismlauncher.overlay nur.overlay ];
|
||||||
};
|
};
|
||||||
|
system.stateVersion = "23.05"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue