Removed a bunch of apps and added a few apps

This commit is contained in:
Emmet 2024-04-13 12:25:39 -05:00
parent e83212dfec
commit 74c362e9ca
6 changed files with 3 additions and 168 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
# Collection of useful CLI apps
home.packages = with pkgs; [
@ -15,16 +14,12 @@
bat eza fd bottom ripgrep
rsync
unzip
tmux
w3m
pandoc
hwinfo
pciutils
numbat
(pkgs.callPackage ../pkgs/smartcalc.nix { })
#(pkgs.writeShellScriptBin "sc" ''smartcalc'')
#(pkgs.callPackage ../pkgs/pokemon-colorscripts.nix { })
#(pkgs.python3Packages.callPackage ../pkgs/impressive.nix { })
(pkgs.callPackage ../pkgs/pokemon-colorscripts.nix { })
(pkgs.writeShellScriptBin "airplane-mode" ''
#!/bin/sh
connectivity="$(nmcli n connectivity)"