diff --git a/home.nix b/home.nix index 7d53e4b..0ed3837 100644 --- a/home.nix +++ b/home.nix @@ -31,22 +31,7 @@ rustup nodejs_20 virtualenv - # # Adds the 'hello' command to your environment. It prints a friendly - # # "Hello, world!" when run. - # pkgs.hello - - # # It is sometimes useful to fine-tune packages, for example, by applying - # # overrides. You can do that directly here, just don't forget the - # # parentheses. Maybe you want to install Nerd Fonts with a limited number of - # # fonts? - # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) - - # # You can also create simple shell scripts directly inside your - # # configuration. For example, this adds a command 'my-hello' to your - # # environment: - # (pkgs.writeShellScriptBin "my-hello" '' - # echo "Hello, ${config.home.username}!" - # '') + proxychains-ng ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage diff --git a/programs.nix b/programs.nix index a84b893..1ac73a5 100644 --- a/programs.nix +++ b/programs.nix @@ -33,6 +33,13 @@ plugins = [ "sudo" "git" "golang" "thefuck" "kubectl" "pip" "npm" "yarn" "vscode" ]; theme = "fishy"; }; + + profileExtra = '' + # added by Nix installer + if [ -e /home/coder/.nix-profile/etc/profile.d/nix.sh ]; then + . /home/coder/.nix-profile/etc/profile.d/nix.sh + fi + ''; }; }; }