Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix
This commit is contained in:
commit
38cb4a54b1
@ -56,8 +56,14 @@
|
|||||||
"127.0.0.1" = [
|
"127.0.0.1" = [
|
||||||
"tbmrs.nl"
|
"tbmrs.nl"
|
||||||
"auth.tbmrs.nl"
|
"auth.tbmrs.nl"
|
||||||
"forgejo.tbmrs.nl"
|
"git.tbmrs.nl"
|
||||||
"immich.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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, lib, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@ -60,6 +60,7 @@
|
|||||||
unstable.hoppscotch
|
unstable.hoppscotch
|
||||||
unstable.apostrophe
|
unstable.apostrophe
|
||||||
unstable.surfer # waveform viewer
|
unstable.surfer # waveform viewer
|
||||||
|
unstable.drawio
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice
|
libreoffice
|
||||||
@ -78,6 +79,10 @@
|
|||||||
(import ../../modules/scripts/save_image.nix { inherit pkgs; })
|
(import ../../modules/scripts/save_image.nix { inherit pkgs; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Enable home-manager
|
# Enable home-manager
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user