We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbfb61 commit bb15f64Copy full SHA for bb15f64
hosts/neon/configuration.nix
@@ -43,6 +43,7 @@
43
"/var/lib/bluetooth"
44
"/var/lib/docker"
45
"/var/lib/fail2ban"
46
+ "/var/lib/nixos"
47
"/var/lib/systemd/coredump"
48
"/var/lib/upower"
49
];
hosts/neon/home-tobias.nix
@@ -37,7 +37,14 @@
37
programs = {
38
go.enable = true;
39
40
- vscode.enable = true;
+ vscode = {
41
+ enable = true;
42
+ packages = [
+ # for plantuml
+ pkgs.graphviz
+ pkgs.openjdk
+ ];
+ };
};
50
services.dwm-status.backlightDevice = "amdgpu_bl*";
0 commit comments