mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
feat: reorganize packages
This commit is contained in:
parent
db35ebd33f
commit
b9a89bd079
5 changed files with 32 additions and 39 deletions
|
|
@ -2,19 +2,6 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Environment shit
|
# Environment shit
|
||||||
tesseract
|
|
||||||
yubikey-touch-detector
|
|
||||||
wireguard-tools
|
|
||||||
openresolv
|
|
||||||
xdg-utils
|
|
||||||
killall
|
|
||||||
libnotify
|
|
||||||
openssl
|
|
||||||
pamixer
|
|
||||||
playerctl
|
|
||||||
wl-clipboard
|
|
||||||
cliphist
|
|
||||||
poweralertd
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
|
|
@ -23,16 +10,12 @@
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
python3
|
python3
|
||||||
nautilus
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
||||||
# CLI shit
|
# CLI shit
|
||||||
imagemagick
|
imagemagick
|
||||||
foot
|
|
||||||
# termpdfpy # shit broke again smfh
|
|
||||||
vimv
|
vimv
|
||||||
pass
|
pass
|
||||||
lm_sensors
|
|
||||||
neofetch
|
neofetch
|
||||||
hyfetch
|
hyfetch
|
||||||
glow
|
glow
|
||||||
|
|
@ -54,29 +37,27 @@
|
||||||
yarn
|
yarn
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
# wikit
|
|
||||||
# reader
|
|
||||||
nmap
|
nmap
|
||||||
# speedtest-go
|
speedtest-go
|
||||||
powertop
|
|
||||||
android-tools
|
android-tools
|
||||||
sshpass
|
sshpass
|
||||||
net-tools
|
net-tools
|
||||||
nmap
|
nmap
|
||||||
aerc
|
aerc
|
||||||
|
w3m
|
||||||
|
|
||||||
aspell
|
# aspell
|
||||||
aspellDicts.de
|
# aspellDicts.de
|
||||||
aspellDicts.nl
|
# aspellDicts.nl
|
||||||
aspellDicts.uk
|
# aspellDicts.uk
|
||||||
|
|
||||||
# Hunspell dictionaries for spell checking
|
# Hunspell dictionaries for spell checking
|
||||||
hunspell
|
# hunspell
|
||||||
hunspellDicts.de_DE # German
|
# hunspellDicts.de_DE # German
|
||||||
hunspellDicts.en_GB-ise # UK English with -ise spellings
|
# hunspellDicts.en_GB-ise # UK English with -ise spellings
|
||||||
hunspellDicts.en_US
|
# hunspellDicts.en_US
|
||||||
hunspellDicts.nl_NL # Dutch
|
# hunspellDicts.nl_NL # Dutch
|
||||||
hunspellDicts.nl_nl # Dutch (alternative)
|
# hunspellDicts.nl_nl # Dutch (alternative)
|
||||||
|
|
||||||
# Install pip packages
|
# Install pip packages
|
||||||
# python3
|
# python3
|
||||||
|
|
@ -84,12 +65,5 @@
|
||||||
# (writeShellScriptBin "install-pip-packages" '' # This script does not run, yet.
|
# (writeShellScriptBin "install-pip-packages" '' # This script does not run, yet.
|
||||||
# pip install --user --break-system-packages <package>
|
# pip install --user --break-system-packages <package>
|
||||||
# '')
|
# '')
|
||||||
|
|
||||||
# Email/calendar/etc
|
|
||||||
# neomutt
|
|
||||||
w3m
|
|
||||||
# khard
|
|
||||||
# khal
|
|
||||||
# vdirsyncer
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Home packages
|
# Home packages
|
||||||
swaylock
|
swaylock
|
||||||
|
lm_sensors
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -39,7 +40,7 @@ in
|
||||||
hardware.openrgb = {
|
hardware.openrgb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.openrgb-with-all-plugins;
|
package = pkgs.openrgb-with-all-plugins;
|
||||||
motherboard = "amd";
|
motherboard = "intel";
|
||||||
server = {
|
server = {
|
||||||
port = 6742;
|
port = 6742;
|
||||||
# autoStart = true;
|
# autoStart = true;
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,21 @@ in
|
||||||
mpv
|
mpv
|
||||||
kdePackages.kdeconnect-kde
|
kdePackages.kdeconnect-kde
|
||||||
libgnome-keyring
|
libgnome-keyring
|
||||||
|
foot
|
||||||
|
nautilus
|
||||||
|
tesseract
|
||||||
|
yubikey-touch-detector
|
||||||
|
wireguard-tools
|
||||||
|
openresolv
|
||||||
|
xdg-utils
|
||||||
|
killall
|
||||||
|
libnotify
|
||||||
|
openssl
|
||||||
|
pamixer
|
||||||
|
playerctl
|
||||||
|
wl-clipboard
|
||||||
|
cliphist
|
||||||
|
poweralertd
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
lunar-client
|
lunar-client
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,8 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
acpi
|
acpi
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
powertop
|
||||||
|
lm_sensors
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ in
|
||||||
kitty.terminfo
|
kitty.terminfo
|
||||||
foot.terminfo
|
foot.terminfo
|
||||||
powertop
|
powertop
|
||||||
|
lm_sensors
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue