mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: reorganize packages
This commit is contained in:
parent
db35ebd33f
commit
b9a89bd079
5 changed files with 32 additions and 39 deletions
|
|
@ -22,6 +22,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
# Home packages
|
||||
swaylock
|
||||
lm_sensors
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -39,7 +40,7 @@ in
|
|||
hardware.openrgb = {
|
||||
enable = true;
|
||||
package = pkgs.openrgb-with-all-plugins;
|
||||
motherboard = "amd";
|
||||
motherboard = "intel";
|
||||
server = {
|
||||
port = 6742;
|
||||
# autoStart = true;
|
||||
|
|
|
|||
|
|
@ -82,6 +82,21 @@ in
|
|||
mpv
|
||||
kdePackages.kdeconnect-kde
|
||||
libgnome-keyring
|
||||
foot
|
||||
nautilus
|
||||
tesseract
|
||||
yubikey-touch-detector
|
||||
wireguard-tools
|
||||
openresolv
|
||||
xdg-utils
|
||||
killall
|
||||
libnotify
|
||||
openssl
|
||||
pamixer
|
||||
playerctl
|
||||
wl-clipboard
|
||||
cliphist
|
||||
poweralertd
|
||||
|
||||
# Gaming
|
||||
lunar-client
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ in
|
|||
home.packages = with pkgs; [
|
||||
acpi
|
||||
brightnessctl
|
||||
powertop
|
||||
lm_sensors
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ in
|
|||
kitty.terminfo
|
||||
foot.terminfo
|
||||
powertop
|
||||
lm_sensors
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue