Autologin

This commit is contained in:
2023-02-16 00:44:56 +09:00
parent be201cd2f5
commit eb53b5d861
6 changed files with 61 additions and 16 deletions
+5 -1
View File
@@ -34,7 +34,11 @@
(import ./pkgs)
];
};
inputs = rawInput // {inherit nixpkgs;};
inputs =
rawInput
// {
inherit nixpkgs user;
};
in
rawInput.nixpkgs.lib.nixosSystem {
inherit system;