Cleaned up misc.nix
This commit is contained in:
parent
709b00bbdd
commit
b1ec69ad9d
|
@ -1,10 +1,10 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home-manager.users.adrielus.home.packages = with pkgs; [
|
home-manager.users.adrielus.home.packages = with pkgs; [
|
||||||
# cmd stuff
|
# cmd stuff
|
||||||
tree # print a file structure
|
tree # print a directory structure
|
||||||
exa # ls replacement
|
exa # ls replacement
|
||||||
mkpasswd # hash passwords
|
mkpasswd # hash passwords
|
||||||
gnupg
|
gnupg # forgot what this was
|
||||||
acpi # show remaining battery
|
acpi # show remaining battery
|
||||||
# typespeed # speed typing game
|
# typespeed # speed typing game
|
||||||
# unixtools.xxd # to dump binary stuff into a text file (used it for a ctf)
|
# unixtools.xxd # to dump binary stuff into a text file (used it for a ctf)
|
||||||
|
@ -12,37 +12,38 @@
|
||||||
neofetch # display system information
|
neofetch # display system information
|
||||||
xclip # copy paste stuff
|
xclip # copy paste stuff
|
||||||
# feh # image viewer
|
# feh # image viewer
|
||||||
unzip # for working with .zip files
|
|
||||||
speedtest-cli # test the internet speed and stuff
|
speedtest-cli # test the internet speed and stuff
|
||||||
# openssl
|
# openssl
|
||||||
# pkgconfig
|
# pkgconfig
|
||||||
# ngrok
|
# ngrok
|
||||||
# hugo
|
# hugo
|
||||||
unrar
|
unzip # for working with .zip files
|
||||||
|
unrar # for extracting shit from rars
|
||||||
# jdk11o
|
# jdk11o
|
||||||
# jdk8
|
# jdk8
|
||||||
# gtk3
|
# gtk3
|
||||||
gnumake
|
gnumake
|
||||||
# unison-ucm
|
|
||||||
xorg.libX11
|
|
||||||
okular
|
|
||||||
zathura
|
|
||||||
cmake
|
cmake
|
||||||
# kdeconnect
|
# unison-ucm
|
||||||
|
xorg.libX11 # wtf is this
|
||||||
|
okular # forgot what this does
|
||||||
|
zathura # pdf thing?
|
||||||
|
spotify-tui # spotify terminal ui
|
||||||
|
# kdeconnect # connect with your phone
|
||||||
sloc # line of code counter
|
sloc # line of code counter
|
||||||
update-nix-fetchgit
|
update-nix-fetchgit # for updating fetchgit calls in nix files
|
||||||
|
|
||||||
# editors
|
# editors
|
||||||
# vscodium
|
# vscodium
|
||||||
vscode
|
# vscode
|
||||||
# vim
|
# vim
|
||||||
# emacs
|
# emacs
|
||||||
vimclip # use neovim anywhere
|
vimclip # use neovim anywhere
|
||||||
|
|
||||||
# chat apps
|
# chat apps
|
||||||
slack
|
# slack
|
||||||
signal-desktop
|
signal-desktop
|
||||||
tdesktop # telegram for the desktop
|
# tdesktop # telegram for the desktop
|
||||||
# deluge
|
# deluge
|
||||||
zoom-us
|
zoom-us
|
||||||
# teams
|
# teams
|
||||||
|
|
Loading…
Reference in a new issue