mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-17 04:20:12 +00:00
Let the vm import the minimal and desktop modules
This commit is contained in:
parent
a2d938671c
commit
162899ba10
@ -4,6 +4,11 @@
|
||||
../../modules/nixos
|
||||
];
|
||||
|
||||
home-manager.users.larstvei.imports = [
|
||||
../../modules/home/minimal
|
||||
../../modules/desktop
|
||||
];
|
||||
|
||||
networking.hostName = "larstvei-vm";
|
||||
|
||||
# VM-friendly bits
|
||||
|
Loading…
Reference in New Issue
Block a user