removed some unnecessary packages
This commit is contained in:
@@ -1,21 +1,6 @@
|
||||
{ lib, config, pkgs, self, ... }:
|
||||
|
||||
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; [
|
||||
myScripts.icanhazip
|
||||
myScripts.invoke
|
||||
@@ -48,28 +33,20 @@ in {
|
||||
home.packages = with pkgs; [
|
||||
nemo
|
||||
feh
|
||||
yubikey-manager
|
||||
yubikey-personalization
|
||||
gtk3
|
||||
sqlite
|
||||
gimp
|
||||
imagemagick
|
||||
vlc
|
||||
lolcat
|
||||
vesktop
|
||||
qbittorrent
|
||||
zsh
|
||||
zsh-syntax-highlighting
|
||||
zsh-history-substring-search
|
||||
zsh-autosuggestions
|
||||
audacity
|
||||
rustup
|
||||
libreoffice
|
||||
gtrash
|
||||
ripgrep
|
||||
toilet-extrafonts
|
||||
python3
|
||||
chafa
|
||||
toilet
|
||||
] ++ scripts;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
kitty
|
||||
lolcat
|
||||
lsof
|
||||
mpd
|
||||
neofetch
|
||||
nh
|
||||
nix-index
|
||||
@@ -35,12 +34,9 @@
|
||||
pamixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
tor
|
||||
usbutils
|
||||
vim
|
||||
wine
|
||||
uhk-agent
|
||||
obs-studio
|
||||
jq
|
||||
wl-clipboard
|
||||
libnotify
|
||||
|
||||
Reference in New Issue
Block a user