diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f7b17ec..85f3610 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -55,6 +55,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ neovim git @@ -69,6 +71,7 @@ ripgrep fzf cmatrix + vscode ]; services.openssh.enable = true;