1
0
forked from extern/nix-config

containers(dev): Use home manager module

This commit is contained in:
Donovan Glover 2023-06-16 07:47:20 -04:00
parent e5c0e7d985
commit 69bd0757d2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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;