From e384a2bb8b3538ee9f3cbf825adb0a0fa874b349 Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Tue, 13 May 2025 08:14:38 +0200 Subject: [PATCH] added vscode --- hosts/ti-clt-lpt01/default.nix | 10 ++++++++-- hosts/ti-clt-lpt01/home.nix | 7 ++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/hosts/ti-clt-lpt01/default.nix b/hosts/ti-clt-lpt01/default.nix index 4d89f77..58eda5b 100644 --- a/hosts/ti-clt-lpt01/default.nix +++ b/hosts/ti-clt-lpt01/default.nix @@ -56,8 +56,14 @@ "127.0.0.1" = [ "tbmrs.nl" "auth.tbmrs.nl" - "forgejo.tbmrs.nl" - "immich.tbmrs.nl" + "git.tbmrs.nl" + "photos.tbmrs.nl" + "home.tbmrs.nl" + "uptime.tbmrs.nl" + "share.tbmrs.nl" + "vault.local.tbmrs.nl" + "paperless.local.tbmrs.nl" + "monitor.local.tbmrs.nl" ]; }; diff --git a/hosts/ti-clt-lpt01/home.nix b/hosts/ti-clt-lpt01/home.nix index a4dfb40..b53eabe 100644 --- a/hosts/ti-clt-lpt01/home.nix +++ b/hosts/ti-clt-lpt01/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, inputs, ... }: { imports = [ @@ -51,6 +51,7 @@ unstable.hoppscotch unstable.apostrophe unstable.surfer # waveform viewer + unstable.drawio # Office libreoffice @@ -69,6 +70,10 @@ (import ../../modules/scripts/save_image.nix { inherit pkgs; }) ]; + programs.vscode = { + enable = true; + }; + # Enable home-manager programs.home-manager.enable = true;