mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39:07 +01:00
Revert "home-manager: Use minimal module set and import everything else manually"
This reverts commit 0c25e7fd34.
The slightly decreased evaluation time isn't worth the added maintenance burden
This commit is contained in:
parent
0c25e7fd34
commit
70b8d89311
18 changed files with 6 additions and 98 deletions
|
|
@ -1,16 +1,10 @@
|
|||
{
|
||||
config,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/programs/fish.nix"
|
||||
"${modulesPath}/programs/fzf.nix"
|
||||
"${modulesPath}/programs/man.nix"
|
||||
];
|
||||
options.custom.programs.shell.zsh.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.custom.programs.shell.zsh.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue