add aseprite
This commit is contained in:
parent
9952865f9a
commit
cf1ff36ed5
|
@ -1,38 +1,36 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [
|
||||
bat
|
||||
btop
|
||||
discord
|
||||
eza
|
||||
fzf
|
||||
lazygit
|
||||
nix-prefetch-github
|
||||
python39
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
rustup
|
||||
vscode
|
||||
xfce.thunar
|
||||
aseprite
|
||||
bat
|
||||
btop
|
||||
discord
|
||||
eza
|
||||
fzf
|
||||
lazygit
|
||||
nix-prefetch-github
|
||||
python39
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
rustup
|
||||
vscode
|
||||
xfce.thunar
|
||||
|
||||
bleachbit
|
||||
bore-cli
|
||||
gparted
|
||||
ffmpeg
|
||||
imv
|
||||
libnotify
|
||||
mpv
|
||||
openssl
|
||||
pamixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
qalculate-gtk
|
||||
unzip
|
||||
wget
|
||||
xdg-utils
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
]
|
||||
++ [
|
||||
|
||||
]);
|
||||
bleachbit
|
||||
bore-cli
|
||||
gparted
|
||||
ffmpeg
|
||||
imv
|
||||
libnotify
|
||||
mpv
|
||||
openssl
|
||||
pamixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
qalculate-gtk
|
||||
unzip
|
||||
wget
|
||||
xdg-utils
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue