Remove unnecessary global vars

This commit is contained in:
GHOSCHT 2023-12-25 23:20:28 +01:00
parent bff5e90721
commit bacd50086e
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -2,6 +2,4 @@
# Global variables used in NixOS and HomeManager which will probably never change
user = "ghoscht";
location = "$HOME/.setup";
terminal = "alacritty";
editor = "nvim";
}