🚚 move packages to athens

trying to keep dotfiles just for... dotfiles in home-manager
This commit is contained in:
James Walker 2023-02-15 12:11:18 -05:00
parent b65cc863e6
commit b3125f777a
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 16 additions and 31 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1669044925,
"narHash": "sha256-fGyQG+djSvrNXiETO4Jj0gLotGTKPRx+Wbk3i9glsTw=",
"lastModified": 1675935446,
"narHash": "sha256-WajulTn7QdwC7QuXRBavrANuIXE5z+08EdxdRw1qsNs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3ce1c4787a48f9882267e93f62af0c7f7711076d",
"rev": "2dce7f1a55e785a22d61668516df62899278c9e4",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1669029319,
"narHash": "sha256-EdTqXZ/xBk7xjSCPGNbL0WnoWHEkYjwe78C6gZoUC0E=",
"lastModified": 1676209454,
"narHash": "sha256-alj9mBkV9U6tTPDK026671D2pesLSYZZc9j5dBZJ9f0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "79bb815a1cdc789f6b036d2047e217ab3e989fff",
"rev": "8c619a1f3cedd16ea172146e30645e703d21bfc1",
"type": "github"
},
"original": {

View File

@ -1,27 +1,6 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
# General
awscli2
cmake
drone-cli
pulumi-bin
# Git
git
gh
mr
tea
# Nix
cachix
niv
nixfmt
nixpkgs-fmt
rnix-lsp
];
home.file.".ghci".text = ''
:set prompt "λ> "
'';
@ -33,5 +12,4 @@
"$HOME/.go/bin"
"$HOME/.local/bin"
];
}

View File

@ -2,6 +2,13 @@
{
programs = {
gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
git = {
enable = true;
userName = "James Walker";