meow lucy should commit more often xd
This commit is contained in:
parent
e865cd7c8f
commit
e986986e79
9 changed files with 124 additions and 212 deletions
13
flake.nix
13
flake.nix
|
|
@ -20,10 +20,6 @@
|
|||
# Optional but recommended to limit the size of your system closure.
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module.git?ref=release-2.93";
|
||||
inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
};
|
||||
|
||||
polkit.url = "github:polkit-org/polkit";
|
||||
polkit.flake = false;
|
||||
|
|
@ -44,10 +40,11 @@
|
|||
mtxclient.flake = false;
|
||||
|
||||
# helix
|
||||
helix.url = "github:sofusa/helix-pull-diagnostics";
|
||||
helix.url = "github:helix-editor/helix";
|
||||
# helix.url = "github:sofusa/helix-pull-diagnostics";
|
||||
helix.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
csharp-language-server.url = "github:sofusa/csharp-language-server";
|
||||
csharp-language-server.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
# csharp-language-server.url = "github:sofusa/csharp-language-server";
|
||||
# csharp-language-server.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
|
||||
# authentik
|
||||
|
||||
|
|
@ -76,7 +73,6 @@
|
|||
);
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
# inputs.lix-module.overlays.default
|
||||
];
|
||||
genPkgs =
|
||||
system:
|
||||
|
|
@ -90,7 +86,6 @@
|
|||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lix-module.nixosModules.lixFromNixpkgs
|
||||
inputs.authentik.nixosModules.default
|
||||
]
|
||||
++ (import ./modules/module-list.nix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue