Compare commits

..

No commits in common. "379923978643a2397f241fd401201db2b0f4a827" and "1f92e5d64812c247fc0049b30d18f234b1f11c27" have entirely different histories.

2 changed files with 35 additions and 38 deletions

View file

@ -10,60 +10,58 @@
# ====================== # ======================
# sudo nixos-rebuild switch --flake . # sudo nixos-rebuild switch --flake .
environment.systemPackages = with upkgs; [ environment.systemPackages = with upkgs; [
# CLI tools
git
wget 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 lunarvim
vscode vscode
python3
# languages p7zip
unzip
chawan # tui browser cha <url>
git
gcc gcc
gdb gdb
glibc.static glibc.static
python3
nixfmt nixfmt
# window management kitty # terminal
wayland wayland
# programs emacs # calander/todo list
vivaldi # vivaldi install requires qt5
zen # TODO: switch to better browser nemo # file browser
monophony # yt music tryout
vesktop # discord-canary vesktop # discord-canary
equibop # equibop 3.1.7 equibop # equibop 3.1.7
element-desktop # element 4 matrix
monophony # yt music tryout vivaldi # vivaldi install requires qt5
syncplay qt5.qtbase
qbittorrent
starship # shell customizer
libreoffice-qt # libreoffice libreoffice-qt # libreoffice
notepad-next # notepad++ hunspell
# 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.uk_UA
hunspellDicts.th_TH hunspellDicts.th_TH
openjdk openjdk
ffmpeg-full # mpv + syncplay notepad-next # notepad++
sqlitebrowser
ffmpeg-full
yt-dlp 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
]; ];
} }

View file

@ -85,7 +85,6 @@ in
nvim-web-devicons nvim-web-devicons
base16-nvim base16-nvim
mini-nvim mini-nvim
calendar-vim
(pkgs.vimUtils.buildVimPlugin { (pkgs.vimUtils.buildVimPlugin {
pname = "candyland-nvim"; pname = "candyland-nvim";