1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
nixos-config-reborn/home-manager/home-packages.nix
andrey_varnavskiy 507ab4644b add minecraft
2025-01-11 13:00:54 +05:00

58 lines
834 B
Nix

{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
# Packages in each category are sorted alphabetically
# Desktop apps
imv
mpv
obs-studio
obsidian
prismlauncher-unwrapped
teams-for-linux
telegram-desktop
vesktop
# CLI utils
bottom
brightnessctl
cliphist
ffmpeg
ffmpegthumbnailer
fzf
git-graph
grimblast
htop
mediainfo
microfetch
playerctl
ripgrep
showmethekey
silicon
udisks
ueberzugpp
unzip
w3m
wget
wl-clipboard
wtype
yt-dlp
zip
# Coding stuff
nodejs
python311
# WM stuff
libsForQt5.xwaylandvideobridge
libnotify
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
# Other
bemoji
nix-prefetch-scripts
];
}