1
Fork 0

Added nl wifi password

This commit is contained in:
Matei Adriel 2023-01-15 21:37:30 +01:00
parent c211604042
commit ad00582a90
No known key found for this signature in database
4 changed files with 13 additions and 5 deletions

View file

@ -1,13 +1,9 @@
{ pkgs, ... }: {
imports = [ ./bat.nix ./ssh.nix ./fish.nix ./tmux ./git.nix ./starship.nix ];
imports = [ ./bat.nix ./ssh.nix ./fish.nix ./tmux ./git.nix ./starship.nix ./direnv.nix ];
# Enable bash
programs.bash.enable = true;
# Enable direnv
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
# Install clis
home.packages = with pkgs; [
tree # Print directory structure

View file

@ -0,0 +1,11 @@
{
programs.direnv.enable = true;
programs.nix-direnv.enable = true;
home.sessionVariables = {
# No more long command warnings
DIRENV_WARN_TIMEOUT = "24h";
# No more usesless logs
DIRENV_LOG_FORMAT = "";
};
}

View file

@ -11,6 +11,7 @@
networks = {
"Neptune".psk = "@PHONE_HOTSPOT_PASS@";
"TP-Link_522C".psk = "@TG_HOME_PASS@";
"Sailhorse".psk = "@NL_SAILHORSE_PASS@";
};
# Imperative