mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
Added support for unfree to home file
This commit is contained in:
parent
dac860df2d
commit
fd191d0dd9
2 changed files with 106 additions and 2 deletions
6
home.nix
6
home.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue