Added support for unfree to home file

This commit is contained in:
Salar Rahmanian 2022-08-08 00:37:22 -07:00
parent dac860df2d
commit fd191d0dd9
2 changed files with 106 additions and 2 deletions

View file

@ -13,9 +13,11 @@
# }))
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"vscode"
];
home = {
# username = "salar";
# homeDirectory = "/Users/salar";
stateVersion = "21.11";
sessionVariables = {
EDITOR = "nvim";