added laptop
This commit is contained in:
parent
8c1dc764c4
commit
a7ff191561
12 changed files with 263 additions and 4 deletions
99
hosts/vali/hermit/programs.nix
Normal file
99
hosts/vali/hermit/programs.nix
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
alejandra
|
||||
alsa-utils
|
||||
asciinema
|
||||
bibata-cursors
|
||||
blanket
|
||||
cmake
|
||||
difftastic
|
||||
dig
|
||||
easyeffects
|
||||
element-desktop
|
||||
evince
|
||||
eza
|
||||
fastfetch
|
||||
feh
|
||||
ffmpeg-full
|
||||
fftw
|
||||
grimblast
|
||||
gcc
|
||||
gdb
|
||||
gnumake
|
||||
grc
|
||||
grimblast
|
||||
git
|
||||
helvum
|
||||
httpie
|
||||
imagemagick
|
||||
img2pdf
|
||||
imv
|
||||
keepassxc
|
||||
lazygit
|
||||
libtool
|
||||
links2
|
||||
mars-mips
|
||||
gnome.nautilus
|
||||
ncmpcpp
|
||||
neofetch
|
||||
neovim
|
||||
networkmanagerapplet
|
||||
nextcloud-client
|
||||
nicotine-plus
|
||||
nil
|
||||
nitch
|
||||
nixfmt
|
||||
nixpkgs-wayland.swww
|
||||
nmap
|
||||
notesnook
|
||||
obsidian
|
||||
onlyoffice-bin
|
||||
pamixer
|
||||
pavucontrol
|
||||
pdfarranger
|
||||
pfetch
|
||||
pidgin
|
||||
playerctl
|
||||
polkit
|
||||
python3
|
||||
qbittorrent
|
||||
ripgrep
|
||||
rustdesk
|
||||
scc
|
||||
scummvm
|
||||
sherlock
|
||||
signal-desktop-beta
|
||||
smartmontools
|
||||
strawberry
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
tldr
|
||||
thunderbird
|
||||
tor-browser-bundle-bin
|
||||
trash-cli
|
||||
tree
|
||||
typst
|
||||
unzip
|
||||
util-linux
|
||||
v4l-utils
|
||||
ventoy-full
|
||||
vlc
|
||||
weechat
|
||||
wget
|
||||
wireguard-tools
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
xournalpp
|
||||
yt-dlp
|
||||
zapzap
|
||||
zip
|
||||
zoxide
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue