add evelyns key

This commit is contained in:
Vivian 2023-12-26 21:49:59 +01:00
parent 6f5e15cc38
commit 42d258e73b
4 changed files with 7 additions and 0 deletions

View file

@ -15,6 +15,8 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?
boot.tmp.useTmpfs = true;
# Additional packages
environment.systemPackages = with pkgs; [ ];