add more VM configs
This commit is contained in:
parent
f6dbc88abb
commit
f6f8af69c6
3 changed files with 9 additions and 1 deletions
|
|
@ -160,6 +160,7 @@
|
||||||
|
|
||||||
# development & tooling
|
# development & tooling
|
||||||
jdk21_headless
|
jdk21_headless
|
||||||
|
quickemu
|
||||||
|
|
||||||
# kde and kde theming
|
# kde and kde theming
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
|
@ -24,6 +23,12 @@ in {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".config/kitty/ssh.conf" = {
|
||||||
|
text = ''
|
||||||
|
shell_integration inherited
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitIntegration = true;
|
enableGitIntegration = true;
|
||||||
|
|
|
||||||
|
|
@ -168,6 +168,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = ["L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware"];
|
||||||
|
|
||||||
users.users.sckova = {
|
users.users.sckova = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Sean Kovacs";
|
description = "Sean Kovacs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue