added vscode

This commit is contained in:
Timo Boomers 2025-05-13 08:14:38 +02:00
parent bde66ffbe2
commit e384a2bb8b
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo
2 changed files with 14 additions and 3 deletions

View File

@ -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"
];
};

View File

@ -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;