Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix

This commit is contained in:
Timo Boomers 2025-05-13 14:53:40 +02:00
commit 38cb4a54b1
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw
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 = [
@ -60,6 +60,7 @@
unstable.hoppscotch
unstable.apostrophe
unstable.surfer # waveform viewer
unstable.drawio
# Office
libreoffice
@ -78,6 +79,10 @@
(import ../../modules/scripts/save_image.nix { inherit pkgs; })
];
programs.vscode = {
enable = true;
};
# Enable home-manager
programs.home-manager.enable = true;