@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add horace NixOS configuration

+3
+3
hosts/horace/configuration.nix
··· 59 59 # Printing 60 60 services.printing.enable = true; 61 61 62 + # Fingerprint reader 63 + services.fprintd.enable = true; 64 + 62 65 # Audio 63 66 services.pulseaudio.enable = false; 64 67 security.rtkit.enable = true;