This commit is contained in:
Joseph Hanson 2024-01-23 12:03:32 -06:00
parent 79813e4c41
commit f10b2b2a9b
3 changed files with 9 additions and 8 deletions

View file

@ -122,6 +122,7 @@
python3
ansible
gparted
lens
];
services.tailscale.enable = true;

View file

@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1703527373,
"narHash": "sha256-AjypRssRtS6F3xkf7rE3/bXkIF2WJOZLbTIspjcE1zM=",
"lastModified": 1705660020,
"narHash": "sha256-1tOuNh+UbiZlaC8RrpQzzypgnLBC67eRlBunfkE4sbQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "80679ea5074ab7190c4cce478c600057cfb5edae",
"rev": "2064348e555b6aa963da6372a8f14e6acb80a176",
"type": "github"
},
"original": {
@ -40,11 +40,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1703499205,
"narHash": "sha256-lF9rK5mSUfIZJgZxC3ge40tp1gmyyOXZ+lRY3P8bfbg=",
"lastModified": 1705635624,
"narHash": "sha256-DU0schxQOtBNO1c9hUsgYl+QMOXQMfRT7Qw/mg+ayno=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870",
"rev": "4471857c0a4a8a0ffc7bdbeaf1b998746ce12a82",
"type": "github"
},
"original": {

View file

@ -34,9 +34,9 @@
df = "df -h";
du = "du -h";
};
# rtx hook-env | source
# rtx activate fish | source
shellInit = ''
rtx hook-env | source
rtx activate fish | source
direnv hook fish | source
set -gx PATH $PATH $HOME/.krew/bin
'';