add stevenblack blocklist

This commit is contained in:
tristan 2024-03-05 20:34:12 +00:00
commit 4ea85b9368
5 changed files with 23 additions and 11 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;