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