🚚 move packages to athens

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

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";