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, ... }: {
|
config = { pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
../modules/git
|
|
||||||
../modules/neovim
|
../modules/neovim
|
||||||
../modules/fish-starship
|
../modules/fish-starship
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home-manager.sharedModules = [
|
||||||
|
../modules/git
|
||||||
|
];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
allowNoPasswordLogin = true;
|
allowNoPasswordLogin = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user