igor: Install devenv

This commit is contained in:
Alexander Kobjolke 2024-12-18 10:16:04 +01:00
parent 5e47764aef
commit e093922388

View file

@ -111,6 +111,7 @@
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
shell = pkgs.zsh;
packages = [ pkgs.devenv ];
};
config.environment.systemPackages = with pkgs; [