1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: move full neovim config to only myuser

This commit is contained in:
oddlama 2023-09-04 16:43:57 +02:00
parent 4c377b260e
commit 14329a9a5d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
22 changed files with 23 additions and 40 deletions

View file

@ -1,8 +1,7 @@
{
# If the host defines microvms, ensure that our modules and
# some boilerplate is imported automatically.
# boilerplate stuff is imported automatically.
meta.microvms.commonImports = [
../.
{home-manager.users.root.home.minimal = true;}
];
}