flake.nix: switch back to lix

This commit is contained in:
Charlie Root 2024-08-21 22:36:13 +02:00
commit 05e903a8e4
4 changed files with 119 additions and 192 deletions

View file

@ -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 = {