Update nixpkgs

This commit is contained in:
2026-01-11 14:25:03 -08:00
parent 415cbca33e
commit da9a8f8c03
16 changed files with 49 additions and 300 deletions

View File

@@ -50,6 +50,8 @@ in
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
lxqt.pavucontrol-qt
deskflow
file-roller
android-tools
# For Nix IDE
nixpkgs-fmt
@@ -70,15 +72,10 @@ in
services.avahi.enable = true;
services.avahi.nssmdns4 = true;
programs.file-roller.enable = true;
# Security
services.gnome.gnome-keyring.enable = true;
security.pam.services.googlebot.enableGnomeKeyring = true;
# Android dev
programs.adb.enable = true;
# Mount personal SMB stores
services.mount-samba.enable = true;