removed some unnecessary packages

This commit is contained in:
2024-11-17 23:30:55 -05:00
parent af60269e3b
commit ce996aff66
2 changed files with 1 additions and 28 deletions

View File

@@ -1,21 +1,6 @@
{ lib, config, pkgs, self, ... }: { lib, config, pkgs, self, ... }:
let let
extraFigletFonts = pkgs.fetchFromGitHub {
owner = "xero";
repo = "figlet-fonts";
rev = "master";
sha256 = "sha256-dAs7N66D2Fpy4/UB5Za1r2qb1iSAJR6TMmau1asxgtY=";
};
toilet-extrafonts = pkgs.toilet.overrideAttrs (oldAttrs: {
buildInputs = oldAttrs.buildInputs or [ ] ++ [ extraFigletFonts ];
installPhase = ''
make install PREFIX=$out
mkdir -p $out/share/figlet
cp -r ${extraFigletFonts}/* $out/share/figlet
'';
});
scripts = with pkgs; [ scripts = with pkgs; [
myScripts.icanhazip myScripts.icanhazip
myScripts.invoke myScripts.invoke
@@ -48,28 +33,20 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
nemo nemo
feh feh
yubikey-manager
yubikey-personalization
gtk3 gtk3
sqlite
gimp gimp
imagemagick imagemagick
vlc vlc
lolcat lolcat
vesktop vesktop
qbittorrent
zsh zsh
zsh-syntax-highlighting zsh-syntax-highlighting
zsh-history-substring-search zsh-history-substring-search
zsh-autosuggestions zsh-autosuggestions
audacity
rustup
libreoffice libreoffice
gtrash gtrash
ripgrep ripgrep
toilet-extrafonts toilet
python3
chafa
] ++ scripts; ] ++ scripts;
}; };
} }

View File

@@ -20,7 +20,6 @@
kitty kitty
lolcat lolcat
lsof lsof
mpd
neofetch neofetch
nh nh
nix-index nix-index
@@ -35,12 +34,9 @@
pamixer pamixer
pavucontrol pavucontrol
playerctl playerctl
tor
usbutils usbutils
vim vim
wine
uhk-agent uhk-agent
obs-studio
jq jq
wl-clipboard wl-clipboard
libnotify libnotify