add config wrappers to everything in home manager
This commit is contained in:
@@ -16,12 +16,13 @@ in {
|
||||
enable = lib.mkEnableOption "enables ${program}";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -22,7 +22,7 @@ in
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
./dots
|
||||
./dots/neovim
|
||||
./dots/nvf
|
||||
./dots/lf
|
||||
./dots/zsh
|
||||
./dots/ssh
|
||||
|
||||
Reference in New Issue
Block a user