add more VM configs

This commit is contained in:
Sean Kovacs 2026-01-06 12:26:05 -05:00
commit 466ea0e414
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 9 additions and 1 deletions

View file

@ -160,6 +160,7 @@
# development & tooling
jdk21_headless
quickemu
# kde and kde theming
kde-rounded-corners

View file

@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: let
@ -24,6 +23,12 @@ in {
recursive = true;
};
home.file.".config/kitty/ssh.conf" = {
text = ''
shell_integration inherited
'';
};
programs.kitty = {
enable = true;
enableGitIntegration = true;

View file

@ -168,6 +168,8 @@
};
};
systemd.tmpfiles.rules = ["L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware"];
users.users.sckova = {
isNormalUser = true;
description = "Sean Kovacs";