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

View file

@ -27,6 +27,9 @@
zenix = mkConf "zenix" {
inherit inputs nixpkgs system user userName home-manager;
};
vm = mkConf "vm" {
inherit inputs nixpkgs system user userName home-manager;
};
FCS-Tristan-Nixbook = mkConf "work" {
inherit inputs nixpkgs system user userName home-manager;
work = true;