add vm config (graphics seem borked)
This commit is contained in:
parent
112a5f7b8d
commit
b1c446ebfe
5 changed files with 113 additions and 86 deletions
18
hardware/vm.nix
Normal file
18
hardware/vm.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue