changing to lix

This commit is contained in:
Christoph Hollizeck 2024-08-14 10:39:56 +02:00
parent 2e97fd6671
commit 4f3763ecda
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
9 changed files with 97 additions and 61 deletions

View file

@ -14,7 +14,7 @@ in
{
options.wyrdgard.nix = with types; {
enable = mkBoolOpt true "Whether or not to manage nix configuration.";
package = mkOpt package pkgs.nixVersions.git "Which nix package to use.";
package = mkOpt package pkgs.lix "Which nix package to use.";
};
config = mkIf cfg.enable {