diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 38 |
1 files changed, 25 insertions, 13 deletions
@@ -20,46 +20,58 @@ | |||
20 | home.extraOutputsToInstall = [ "man" ]; | 20 | home.extraOutputsToInstall = [ "man" ]; |
21 | home.packages = with pkgs; [ | 21 | home.packages = with pkgs; [ |
22 | 22 | ||
23 | # essentials | ||
23 | vim | 24 | vim |
24 | unzip | ||
25 | curl | ||
26 | tmux | ||
27 | weechat | 25 | weechat |
28 | firefox | 26 | firefox |
27 | unzip | ||
28 | tmux | ||
29 | xclip | 29 | xclip |
30 | ripgrep | 30 | ripgrep |
31 | miniserve | 31 | miniserve |
32 | rnix-lsp | 32 | rnix-lsp |
33 | pfetch | 33 | pfetch |
34 | st | 34 | st |
35 | arandr | ||
36 | imagemagick | ||
37 | ffmpeg | ||
38 | maim | ||
39 | wget | ||
40 | cmus | 35 | cmus |
41 | tree | 36 | tree |
42 | rxvt-unicode | ||
43 | neomutt | 37 | neomutt |
44 | mpv | ||
45 | nodePackages.bash-language-server | 38 | nodePackages.bash-language-server |
46 | w3m | 39 | w3m |
47 | noto-fonts-emoji | 40 | noto-fonts-emoji |
48 | ripgrep-all | 41 | ripgrep-all |
49 | urlview | 42 | urlview |
50 | slop | ||
51 | fd | 43 | fd |
52 | du-dust | 44 | du-dust |
53 | jq | 45 | jq |
54 | libnotify | 46 | libnotify |
55 | inotify-tools | 47 | inotify-tools |
48 | pavucontrol | ||
49 | |||
50 | # sync | ||
56 | rtorrent | 51 | rtorrent |
57 | sxiv | ||
58 | lftp | 52 | lftp |
59 | pavucontrol | 53 | wget |
54 | curl | ||
55 | |||
56 | # graphics | ||
57 | krita | ||
58 | sxiv | ||
59 | imagemagick | ||
60 | ffmpeg | ||
61 | mpv | ||
62 | slop | ||
63 | maim | ||
64 | arandr | ||
65 | |||
66 | # graphics debug | ||
60 | cudatoolkit | 67 | cudatoolkit |
61 | pciutils | 68 | pciutils |
62 | 69 | ||
70 | # monitoring | ||
71 | s-tui | ||
72 | stress | ||
73 | powertop | ||
74 | |||
63 | # input | 75 | # input |
64 | xinput_calibrator | 76 | xinput_calibrator |
65 | libinput | 77 | libinput |