Add devenv and jetbrains IDE

This commit is contained in:
Laurent Gueret
2026-01-29 12:31:18 +01:00
parent 7dfad1672f
commit 15aba587c3
14 changed files with 255 additions and 3 deletions
+7
View File
@@ -1,6 +1,10 @@
{ ... }:
{
nix.settings.trusted-users = [
"root"
"alistreaza"
];
nix.settings.experimental-features = "nix-command flakes";
# System services
@@ -27,6 +31,9 @@
os.virtualisation.cuda.enable = true;
os.virtualisation.podman.enable = true;
# Dev
os.shell.devenv.enable = true;
# System version
system.stateVersion = "25.11";
}