flake.nix: switch back to lix
This commit is contained in:
parent
d5d3092f1f
commit
05e903a8e4
4 changed files with 119 additions and 192 deletions
|
@ -30,8 +30,13 @@
|
|||
};
|
||||
|
||||
# Nix but better or something
|
||||
nix-super = {
|
||||
url = "github:privatevoid-net/nix-super";
|
||||
# nix-super = {
|
||||
# url = "github:privatevoid-net/nix-super";
|
||||
# };
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue