mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:21:15 -05:00
Temperary Allow Unfree?
This commit is contained in:
parent
b4462b3d98
commit
f38a1a23c5
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
};
|
||||
config = lib.mkIf (config.gui.enable && config.vscode.enable) {
|
||||
home-manager.users.${config.user} = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue