2020-04-08 18:36:58 +02:00
|
|
|
{ pkgs, ... }: {
|
2020-04-08 19:09:37 +02:00
|
|
|
home-manager.users.adrielus.home.packages = with pkgs; [
|
2020-04-11 21:48:54 +02:00
|
|
|
# cmd stuff
|
|
|
|
tree # print a file structure
|
|
|
|
exa # ls replacement
|
|
|
|
mkpasswd # hash passwords
|
2020-04-10 13:51:37 +02:00
|
|
|
gnupg
|
2022-03-09 19:51:54 +01:00
|
|
|
acpi # show remaining battery
|
2021-07-18 01:58:38 +02:00
|
|
|
# typespeed # speed typing game
|
|
|
|
# unixtools.xxd # to dump binary stuff into a text file (used it for a ctf)
|
2020-11-09 16:13:52 +01:00
|
|
|
# youtube-dl # download from youtube
|
2020-05-13 11:34:15 +02:00
|
|
|
neofetch # display system information
|
2020-05-30 20:59:07 +02:00
|
|
|
xclip # copy paste stuff
|
2021-07-18 01:58:38 +02:00
|
|
|
# feh # image viewer
|
2020-10-07 10:11:03 +02:00
|
|
|
unzip # for working with .zip files
|
2020-07-03 17:24:18 +02:00
|
|
|
speedtest-cli # test the internet speed and stuff
|
2020-11-09 16:13:52 +01:00
|
|
|
# openssl
|
|
|
|
# pkgconfig
|
|
|
|
# ngrok
|
2021-07-18 01:58:38 +02:00
|
|
|
# hugo
|
2020-11-09 16:13:52 +01:00
|
|
|
unrar
|
|
|
|
# jdk11o
|
|
|
|
# jdk8
|
|
|
|
# gtk3
|
2021-07-18 01:58:38 +02:00
|
|
|
gnumake
|
|
|
|
# unison-ucm
|
|
|
|
xorg.libX11
|
|
|
|
okular
|
|
|
|
zathura
|
|
|
|
cmake
|
2021-11-21 13:34:07 +01:00
|
|
|
# kdeconnect
|
2022-04-04 01:10:26 +02:00
|
|
|
sloc # line of code counter
|
2022-05-10 14:28:36 +02:00
|
|
|
update-nix-fetchgit
|
2020-04-11 21:48:54 +02:00
|
|
|
|
|
|
|
# editors
|
2020-10-07 10:11:03 +02:00
|
|
|
# vscodium
|
2022-07-19 13:03:03 +02:00
|
|
|
# vscode
|
2022-02-20 20:16:17 +01:00
|
|
|
# vim
|
2020-11-09 16:13:52 +01:00
|
|
|
# emacs
|
2022-04-10 23:26:44 +02:00
|
|
|
vimclip # use neovim anywhere
|
2020-04-11 21:48:54 +02:00
|
|
|
|
|
|
|
# chat apps
|
2022-07-19 20:19:36 +02:00
|
|
|
unstable.discord
|
2022-05-16 23:03:35 +02:00
|
|
|
slack
|
2022-07-19 20:19:36 +02:00
|
|
|
signal-desktop
|
2022-05-11 23:11:54 +02:00
|
|
|
tdesktop # telegram for the desktop
|
2022-07-19 20:19:36 +02:00
|
|
|
# deluge
|
2022-05-26 18:33:38 +02:00
|
|
|
# zoom-us
|
2020-11-09 16:13:52 +01:00
|
|
|
# teams
|
2020-04-11 21:48:54 +02:00
|
|
|
|
2020-04-12 12:45:29 +02:00
|
|
|
# browsers
|
2022-06-18 23:09:21 +02:00
|
|
|
unstable.google-chrome
|
2022-02-20 20:16:17 +01:00
|
|
|
# brave
|
2022-07-19 13:03:03 +02:00
|
|
|
# firefox
|
2020-04-12 12:45:29 +02:00
|
|
|
|
|
|
|
# other stuff
|
2022-01-25 11:00:09 +01:00
|
|
|
obsidian # knowedge base
|
2020-11-09 16:13:52 +01:00
|
|
|
# milkytracker # music tracker thingy
|
2020-04-11 21:48:54 +02:00
|
|
|
spectacle # take screenshots
|
2022-03-13 16:31:17 +01:00
|
|
|
peek # record gifs
|
2020-04-14 20:51:22 +02:00
|
|
|
vlc # video player
|
2020-05-10 19:48:52 +02:00
|
|
|
gimp # image editing
|
2020-11-09 16:13:52 +01:00
|
|
|
# korganizer # calendar
|
2020-05-14 14:44:05 +02:00
|
|
|
libreoffice # free office suite
|
2020-05-30 22:19:57 +02:00
|
|
|
# edopro # yugioh simulator (my derivation doesn't work yet)
|
2020-11-09 16:13:52 +01:00
|
|
|
# akonadi
|
2021-11-21 13:34:07 +01:00
|
|
|
# obs-studio # video recorder
|
2020-10-07 10:11:03 +02:00
|
|
|
# blueman # bluetooth manager
|
2020-11-09 16:13:52 +01:00
|
|
|
# freesweep # minesweeper I can play w the keyboard.
|
|
|
|
# multimc
|
2022-07-19 13:03:03 +02:00
|
|
|
# lmms # music software
|
2020-10-07 10:11:03 +02:00
|
|
|
|
|
|
|
# Nes emulators and stuff
|
2020-11-09 16:13:52 +01:00
|
|
|
# zsnes
|
|
|
|
# higan
|
|
|
|
# fceux
|
2021-11-21 12:55:12 +01:00
|
|
|
|
|
|
|
# games
|
2022-07-19 13:03:03 +02:00
|
|
|
# tetrio-desktop # competitive tetris
|
|
|
|
# vassal # wargame engine
|
|
|
|
# mindustry # factory building game
|
|
|
|
# edopro # yugioh sim
|
2020-04-08 18:36:58 +02:00
|
|
|
];
|
|
|
|
}
|