From f652fa5e29690770e4ca8cb521b9d7a7b7102c71 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 23 Feb 2023 14:04:29 -0500 Subject: [PATCH] sync --- configurations.nix | 2 ++ flake.nix | 2 ++ outputs.nix | 1 + 3 files changed, 5 insertions(+) diff --git a/configurations.nix b/configurations.nix index ca048e9..5a6fb2b 100644 --- a/configurations.nix +++ b/configurations.nix @@ -4,6 +4,7 @@ , inputs , nixos-hardware , home-manager +, vscode-server , nix , ... }: @@ -28,6 +29,7 @@ let }) sops-nix.nixosModules.sops home-manager.nixosModules.home-manager + vscode-server.nixosModule ]; } ]; diff --git a/flake.nix b/flake.nix index 2f435dd..fb74250 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ sops-nix.url = github:Mic92/sops-nix; flake-utils.url = "github:numtide/flake-utils"; nix.url = "github:NixOS/nix/2.12.0"; + vscode-server.url = "github:msteen/nixos-vscode-server"; + }; diff --git a/outputs.nix b/outputs.nix index f4f791b..eed669c 100644 --- a/outputs.nix +++ b/outputs.nix @@ -4,6 +4,7 @@ , sops-nix , deploy , home-manager +, vscode-server , ... } @ inputs: (flake-utils.lib.eachDefaultSystem (system: