Base: Use direnv module instead of package
This commit is contained in:
parent
bd773d80ac
commit
20b1f57cff
4 changed files with 2 additions and 3 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
direnv nix-direnv
|
|
||||||
tmux zellij
|
tmux zellij
|
||||||
wget
|
wget
|
||||||
rsync
|
rsync
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ntfsprogs
|
ntfsprogs
|
||||||
direnv nix-direnv
|
|
||||||
tmux zellij
|
tmux zellij
|
||||||
helix
|
helix
|
||||||
picocom
|
picocom
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ntfsprogs
|
ntfsprogs
|
||||||
direnv nix-direnv
|
|
||||||
tmux zellij
|
tmux zellij
|
||||||
helix
|
helix
|
||||||
picocom
|
picocom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue