Skip to content

Commit bb15f64

Browse files
committed
hosts.neon: update
1 parent 5dbfb61 commit bb15f64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hosts/neon/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"/var/lib/bluetooth"
4444
"/var/lib/docker"
4545
"/var/lib/fail2ban"
46+
"/var/lib/nixos"
4647
"/var/lib/systemd/coredump"
4748
"/var/lib/upower"
4849
];

hosts/neon/home-tobias.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@
3737
programs = {
3838
go.enable = true;
3939

40-
vscode.enable = true;
40+
vscode = {
41+
enable = true;
42+
packages = [
43+
# for plantuml
44+
pkgs.graphviz
45+
pkgs.openjdk
46+
];
47+
};
4148
};
4249

4350
services.dwm-status.backlightDevice = "amdgpu_bl*";

0 commit comments

Comments
 (0)