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 = { users.users.michael = {
isNormalUser = true; isNormalUser = true;
description = "Michael Thomas"; description = "Michael Thomas";
extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout"]; extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd"];
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
# Neptune # 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 # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave