Remove unnecessary global vars
This commit is contained in:
parent
bff5e90721
commit
bacd50086e
1 changed files with 0 additions and 2 deletions
2
vars.nix
2
vars.nix
|
@ -2,6 +2,4 @@
|
||||||
# Global variables used in NixOS and HomeManager which will probably never change
|
# Global variables used in NixOS and HomeManager which will probably never change
|
||||||
user = "ghoscht";
|
user = "ghoscht";
|
||||||
location = "$HOME/.setup";
|
location = "$HOME/.setup";
|
||||||
terminal = "alacritty";
|
|
||||||
editor = "nvim";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue