nixos/packages.nix

114 lines
1.4 KiB
Nix
Raw Normal View History

2024-07-20 15:06:21 +01:00
{ config, pkgs, ... }:
let
unstable = import
(builtins.fetchTarball "channel:nixos-unstable")
{ config = config.nixpkgs.config; };
in
2024-06-05 22:52:59 +01:00
{
environment.systemPackages = with pkgs; [
# Applications you want to install with Nix.
# You can remove these applications if you don't use them.
vim
neovim
fish
zsh
curl
wget
neofetch
kitty
brave
webcord
vscode
tor-browser
monero-gui
htop
btop
ranger
tmux
lsd
nfs-utils
tldr
btrfs-progs
golangci-lint
golangci-lint-langserver
google-chrome
2024-07-20 15:06:21 +01:00
# gvfs
2024-06-05 22:52:59 +01:00
git
2024-07-20 15:06:21 +01:00
ipmitool
2024-06-05 22:52:59 +01:00
go
zig
slack
networkmanagerapplet
spotify
xorg.xkill
ldmtool
kitty
flatpak
libcanberra-gtk3
docker
docker-compose
pamixer
onlyoffice-bin
svt-av1
rav1e
libaom
slurp
nix-prefetch-git
ddev
libsForQt5.kate
sublime
tailscale
libcap
gcc
go
telegram-desktop
falkon
firefox
php
rcon
rconc
php83Packages.composer
zip
unzip
gzip
mangohud
protonup
bottles
2024-07-20 15:06:21 +01:00
wine
2024-08-29 12:09:20 +01:00
wine64
2024-07-20 15:06:21 +01:00
#peazip
_7zz
unrar
spice
spice-gtk
spice-vdagent
haruna
air
tailwindcss
betterdiscord-installer
vesktop
vencord
fastfetch
davinci-resolve-studio
obs-studio
lunarvim
qbittorrent
godot_4
vlc
python3
gparted
parted
amdgpu_top
unstable.zed-editor
unstable.hyprshot
guacamole-client
2024-08-29 12:09:20 +01:00
mono
pika-backup
lutris
audacity
2024-08-31 22:50:23 +01:00
tree
2024-06-05 22:52:59 +01:00
];
}