This commit is contained in:
Tristan 2024-03-05 20:29:08 +00:00
parent 0eb4b39216
commit 594ec240eb
4 changed files with 35 additions and 23 deletions

View file

@ -18,7 +18,7 @@
outputs = inputs: let
system = "x86_64-linux";
pkgs = import inputs.nixpkgs { inherit system; };
pkgs = import inputs.nixpkgs {inherit system;};
user = "tristan";
userFullname = "Tristan Beedell";
auto-login = import ./nixos/programs/auto-login.nix;