mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-04-04 20:12:53 +00:00
sync
This commit is contained in:
6
home.nix
6
home.nix
@@ -5,6 +5,7 @@
|
||||
# paths it should manage.
|
||||
home.username = "sstent";
|
||||
home.homeDirectory = "/home/sstent";
|
||||
#targets.genericLinux.enable = true;
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
@@ -19,8 +20,9 @@
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
python38
|
||||
nmap
|
||||
nomad
|
||||
nomad_1_4
|
||||
consul
|
||||
terraform
|
||||
wget
|
||||
@@ -44,7 +46,7 @@ programs.bash = {
|
||||
export NOMAD_ADDR="http://192.168.1.250:4646";
|
||||
export TERM="xterm-256color";
|
||||
if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
keybase service &
|
||||
#keybase service &
|
||||
# Configure ssh forwarding
|
||||
. ~/bin/wsl-ssh-agent-forwarder
|
||||
ssh-add -l
|
||||
|
||||
Reference in New Issue
Block a user