Compare commits
3 commits
1f92e5d648
...
3799239786
| Author | SHA1 | Date | |
|---|---|---|---|
| 3799239786 | |||
| 0c9e417a25 | |||
| 1f9b3c2e36 |
2 changed files with 38 additions and 35 deletions
|
|
@ -10,58 +10,60 @@
|
|||
# ======================
|
||||
# sudo nixos-rebuild switch --flake .
|
||||
environment.systemPackages = with upkgs; [
|
||||
# CLI tools
|
||||
git
|
||||
wget
|
||||
unzip
|
||||
p7zip
|
||||
kitty # terminal
|
||||
starship # shell customizer
|
||||
btop-cuda # system monitoring
|
||||
croc # e2ee file transfer
|
||||
chawan # tui browser cha <url>
|
||||
shellcheck # sh warning
|
||||
calcure # calendar app TODO: remove & fork calendar.vim
|
||||
|
||||
# editors
|
||||
lunarvim
|
||||
vscode
|
||||
python3
|
||||
p7zip
|
||||
unzip
|
||||
chawan # tui browser cha <url>
|
||||
git
|
||||
|
||||
# languages
|
||||
gcc
|
||||
gdb
|
||||
glibc.static
|
||||
python3
|
||||
nixfmt
|
||||
|
||||
kitty # terminal
|
||||
# window management
|
||||
wayland
|
||||
|
||||
emacs # calander/todo list
|
||||
|
||||
nemo # file browser
|
||||
monophony # yt music tryout
|
||||
|
||||
# programs
|
||||
vivaldi # vivaldi install requires qt5
|
||||
zen # TODO: switch to better browser
|
||||
vesktop # discord-canary
|
||||
equibop # equibop 3.1.7
|
||||
|
||||
vivaldi # vivaldi install requires qt5
|
||||
qt5.qtbase
|
||||
|
||||
starship # shell customizer
|
||||
|
||||
element-desktop # element 4 matrix
|
||||
monophony # yt music tryout
|
||||
syncplay
|
||||
qbittorrent
|
||||
libreoffice-qt # libreoffice
|
||||
hunspell
|
||||
notepad-next # notepad++
|
||||
# notepadqq # TODO: which is better?
|
||||
sqlitebrowser
|
||||
bottles # windows emulation
|
||||
|
||||
# dependencies
|
||||
qt5.qtbase # vivaldi + others
|
||||
libsForQt5.qtstyleplugin-kvantum # libs for Qt5
|
||||
libsForQt5.qt5ct
|
||||
libsForQt5.qt5.qtbase
|
||||
|
||||
hunspell # spellcheck for libreoffice
|
||||
hunspellDicts.uk_UA
|
||||
hunspellDicts.th_TH
|
||||
openjdk
|
||||
|
||||
notepad-next # notepad++
|
||||
sqlitebrowser
|
||||
|
||||
ffmpeg-full
|
||||
ffmpeg-full # mpv + syncplay
|
||||
yt-dlp
|
||||
qbittorrent
|
||||
|
||||
bottles # windows emulation
|
||||
|
||||
element-desktop # element 4 matrix
|
||||
|
||||
libsForQt5.qtstyleplugin-kvantum # libs for Qt5
|
||||
libsForQt5.qt5ct
|
||||
libsForQt5.qt5.qtbase
|
||||
btop-cuda
|
||||
|
||||
croc
|
||||
syncplay
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ in
|
|||
nvim-web-devicons
|
||||
base16-nvim
|
||||
mini-nvim
|
||||
calendar-vim
|
||||
|
||||
(pkgs.vimUtils.buildVimPlugin {
|
||||
pname = "candyland-nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue