mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
update
This commit is contained in:
parent
5d8e51e3c4
commit
7e739005d7
1 changed files with 5 additions and 1 deletions
|
|
@ -13,9 +13,13 @@
|
||||||
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
|
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
|
||||||
pciutils usbutils nix-output-monitor virtualenv python3 gh
|
pciutils usbutils nix-output-monitor virtualenv python3 gh
|
||||||
] ++ lib.optionals gui [
|
] ++ 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 = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true; # see note on other shells below
|
enableBashIntegration = true; # see note on other shells below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue