add vm config (graphics seem borked)

This commit is contained in:
tristan 2024-01-06 02:36:27 +00:00
parent 112a5f7b8d
commit b1c446ebfe
5 changed files with 113 additions and 86 deletions

18
hardware/vm.nix Normal file
View file

@ -0,0 +1,18 @@
{user}: {
modulesPath,
lib,
config,
...
}: {
imports = [
];
system.stateVersion = "24.05";
home-manager.users.${user}.imports = [
{
home.stateVersion = "24.05";
}
../home/programs/sway.nix
];
}