[murex-pecten] Make the machine more gamy
This commit is contained in:
parent
696c6e780e
commit
e8e8016fa6
|
@ -38,6 +38,7 @@
|
|||
"kvm"
|
||||
"libvirtd"
|
||||
"podman"
|
||||
"corectrl"
|
||||
"scanner"
|
||||
config.users.groups.keys.name
|
||||
];
|
||||
|
@ -131,12 +132,14 @@
|
|||
programs.dconf.enable = true;
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.corectrl.enable = true;
|
||||
|
||||
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
||||
services.dbus.packages = with pkgs; [ gnome3.dconf openrgb ];
|
||||
services.udev.packages = with pkgs; [
|
||||
yubikey-personalization
|
||||
chrysalis
|
||||
openrgb
|
||||
i2c-tools
|
||||
gnome3.gnome-settings-daemon
|
||||
];
|
||||
|
||||
|
|
|
@ -86,6 +86,7 @@ in {
|
|||
mensa
|
||||
mosh
|
||||
nixfmt
|
||||
openrgb
|
||||
patchelf
|
||||
pavucontrol
|
||||
pdftk
|
||||
|
|
Loading…
Reference in a new issue