This commit is contained in:
alydev 2025-10-21 16:00:53 +10:00
parent 5d8e51e3c4
commit 7e739005d7

View file

@ -13,9 +13,13 @@
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
pciutils usbutils nix-output-monitor virtualenv python3 gh
] ++ lib.optionals gui [
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv gnome-browser-connector
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv
];
services.gnome = lib.mkIf gui {
gnome-browser-connector.enable = true;
};
programs.direnv = {
enable = true;
enableBashIntegration = true; # see note on other shells below