forked from dea/dea-files
cleanup of program order
This commit is contained in:
parent
5e02beea93
commit
1158fa844d
1 changed files with 36 additions and 33 deletions
|
|
@ -10,56 +10,59 @@
|
||||||
# ======================
|
# ======================
|
||||||
# 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
|
||||||
|
|
||||||
|
# editors
|
||||||
lunarvim
|
lunarvim
|
||||||
vscode
|
vscode
|
||||||
python3
|
|
||||||
p7zip
|
# languages
|
||||||
unzip
|
|
||||||
chawan # tui browser cha <url>
|
|
||||||
git
|
|
||||||
gcc
|
gcc
|
||||||
gdb
|
gdb
|
||||||
glibc.static
|
glibc.static
|
||||||
|
python3
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
||||||
kitty # terminal
|
# window management
|
||||||
wayland
|
wayland
|
||||||
|
|
||||||
nemo # file browser
|
# programs
|
||||||
monophony # yt music tryout
|
vivaldi # vivaldi install requires qt5
|
||||||
|
zen # TODO: switch to better browser
|
||||||
vesktop # discord-canary
|
vesktop # discord-canary
|
||||||
equibop # equibop 3.1.7
|
equibop # equibop 3.1.7
|
||||||
|
element-desktop # element 4 matrix
|
||||||
vivaldi # vivaldi install requires qt5
|
monophony # yt music tryout
|
||||||
qt5.qtbase
|
syncplay
|
||||||
|
qbittorrent
|
||||||
starship # shell customizer
|
|
||||||
|
|
||||||
libreoffice-qt # libreoffice
|
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.uk_UA
|
||||||
hunspellDicts.th_TH
|
hunspellDicts.th_TH
|
||||||
openjdk
|
openjdk
|
||||||
|
|
||||||
notepad-next # notepad++
|
ffmpeg-full # mpv + syncplay
|
||||||
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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue