mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Move direnv to the nix-helper module
This commit is contained in:
parent
7520bd2447
commit
3fa025cede
2 changed files with 5 additions and 5 deletions
|
|
@ -42,11 +42,6 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.direnv = {
|
|
||||||
enable = true;
|
|
||||||
silent = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.git];
|
environment.systemPackages = [pkgs.git];
|
||||||
|
|
||||||
fonts.packages = [
|
fonts.packages = [
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,11 @@ in {
|
||||||
nrrb = "nrb && reboot";
|
nrrb = "nrb && reboot";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
silent = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.nh.clean = lib.mkIf cfg.auto-gc.enable {
|
programs.nh.clean = lib.mkIf cfg.auto-gc.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue