forked from extern/nix-config
containers(dev): Use home manager module
This commit is contained in:
parent
e5c0e7d985
commit
69bd0757d2
@ -19,11 +19,14 @@ in
|
||||
config = { pkgs, ... }: {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
../modules/git
|
||||
../modules/neovim
|
||||
../modules/fish-starship
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
../modules/git
|
||||
];
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
allowNoPasswordLogin = true;
|
||||
|
Loading…
Reference in New Issue
Block a user