🚚 move packages to athens
trying to keep dotfiles just for... dotfiles in home-manager
This commit is contained in:
@ -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"
|
||||
];
|
||||
|
||||
}
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
{
|
||||
programs = {
|
||||
gh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "James Walker";
|
||||
|
Reference in New Issue
Block a user