Move around some packages to make Xonsh sense
Move installed packages directly adjacent to Xonsh that are used in its footer. That way the two concerns are kept in lock step more easily
This commit is contained in:
@@ -1,6 +1,16 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Programs that are used in the settings file
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
bitwarden-cli
|
||||||
|
copier
|
||||||
|
git
|
||||||
|
gnused
|
||||||
|
nix-output-monitor
|
||||||
|
nvd
|
||||||
|
];
|
||||||
|
|
||||||
programs.xonsh = {
|
programs.xonsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@@ -49,7 +59,6 @@
|
|||||||
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
||||||
ls = "ls --color";
|
ls = "ls --color";
|
||||||
ll = "ls -l --color";
|
ll = "ls -l --color";
|
||||||
tf = "terraform";
|
|
||||||
|
|
||||||
# Tailscale related ones
|
# Tailscale related ones
|
||||||
tsup = "sudo tailscale up";
|
tsup = "sudo tailscale up";
|
||||||
|
|||||||
@@ -46,12 +46,6 @@ def _glrestart(args):
|
|||||||
sudo nixos-container run gitlab -- systemctl restart nginx
|
sudo nixos-container run gitlab -- systemctl restart nginx
|
||||||
aliases['glrestart'] = _glrestart
|
aliases['glrestart'] = _glrestart
|
||||||
|
|
||||||
def _cfetch(args):
|
|
||||||
bw_unlock()
|
|
||||||
$CIRCLECI_CLI_TOKEN=$(bw get password CircleCI)
|
|
||||||
compass workspace exec bazel run src/go/compass.com/tools/circleci_results_cache/fetch/cmd/fetch:fetch
|
|
||||||
aliases['cfetch'] = _cfetch
|
|
||||||
|
|
||||||
def _aws_creds(args):
|
def _aws_creds(args):
|
||||||
$AWS_ACCESS_KEY_ID=$(bw get username "AWS Access Key")
|
$AWS_ACCESS_KEY_ID=$(bw get username "AWS Access Key")
|
||||||
$AWS_SECRET_ACCESS_KEY=$(bw get password "AWS Access Key")
|
$AWS_SECRET_ACCESS_KEY=$(bw get password "AWS Access Key")
|
||||||
|
|||||||
@@ -99,8 +99,6 @@ in
|
|||||||
iperf
|
iperf
|
||||||
killall
|
killall
|
||||||
nano
|
nano
|
||||||
nix-output-monitor
|
|
||||||
nvd
|
|
||||||
pciutils
|
pciutils
|
||||||
pwgen
|
pwgen
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user