mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Trimmed out some unnecessary packages
This commit is contained in:
parent
7f0daacd08
commit
b5358a1adf
7 changed files with 31 additions and 135 deletions
|
@ -4,29 +4,26 @@
|
|||
# Collection of useful CLI apps
|
||||
home.packages = with pkgs; [
|
||||
# Command Line
|
||||
disfetch neofetch lolcat cowsay onefetch starfetch
|
||||
disfetch lolcat cowsay
|
||||
starfetch
|
||||
cava
|
||||
gnugrep gnused
|
||||
killall
|
||||
libnotify
|
||||
timer
|
||||
brightnessctl
|
||||
gnugrep
|
||||
bat eza fd bottom ripgrep
|
||||
rsync
|
||||
tmux
|
||||
htop
|
||||
hwinfo
|
||||
unzip
|
||||
brightnessctl
|
||||
tmux
|
||||
w3m
|
||||
fzf
|
||||
pandoc
|
||||
hwinfo
|
||||
pciutils
|
||||
(pkgs.callPackage ../pkgs/smartcalc.nix { })
|
||||
(pkgs.writeShellScriptBin "sc" ''smartcalc'')
|
||||
#(pkgs.callPackage ../pkgs/ytsub.nix { })
|
||||
#(pkgs.callPackage ../pkgs/russ.nix { })
|
||||
#(pkgs.python3Packages.callPackage ../pkgs/impressive.nix { })
|
||||
(pkgs.callPackage ../pkgs/pokemon-colorscripts.nix { })
|
||||
#(pkgs.python3Packages.callPackage ../pkgs/impressive.nix { })
|
||||
(pkgs.writeShellScriptBin "airplane-mode" ''
|
||||
#!/bin/sh
|
||||
connectivity="$(nmcli n connectivity)"
|
||||
|
@ -42,6 +39,5 @@
|
|||
|
||||
imports = [
|
||||
../bin/phoenix.nix # My nix command wrapper
|
||||
../bin/ytsub-wrappers.nix # My ytsub wrapper
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue