nhms works again
This commit is contained in:
@@ -7,9 +7,10 @@ in
|
||||
nixos.zsh = { pkgs, ... }: {
|
||||
users.users."${username}".shell = pkgs.zsh;
|
||||
programs.zsh.enable = true;
|
||||
home-manager.sharedModules = [
|
||||
inputs.self.modules.homeManager.zsh
|
||||
];
|
||||
# Already being imported by the john.nix module
|
||||
# home-manager.sharedModules = [
|
||||
# inputs.self.modules.homeManager.zsh
|
||||
# ];
|
||||
};
|
||||
|
||||
homeManager.zsh = { pkgs, config, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user