Vscode server working

This commit is contained in:
2024-07-25 21:27:53 -04:00
parent 09ac1d49fa
commit 5ead141a35
2 changed files with 58 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ config, inputs, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
inputs.home-manager.nixosModules.default
inputs.vscode-server.nixosModules.default
];
# Bootloader.