feat(terra): add applications for hypermath development

This commit is contained in:
Michael Thomas 2024-06-03 11:48:05 -04:00
parent 1bf2f49707
commit 66b68354e0

View File

@ -51,7 +51,7 @@
users.users.michael = {
isNormalUser = true;
description = "Michael Thomas";
extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout"];
extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd"];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
# Neptune
@ -61,6 +61,18 @@
];
};
# Enablle libvirtd
virtualisation.libvirtd.enable = true;
boot.kernelModules = ["kvm-amd" "kvm-intel"];
environment.systemPackages = with pkgs; [
obs-studio
virt-manager
# GTK Discord Client
unstable.dissent
kdenlive
];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave