Compare commits

..

No commits in common. "4da782cf6adb16c69c25a39937ebbe2a5a3e6623" and "36e5ef2ef4c3d33fe7619af8fcb618445d509fd7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -67,6 +67,7 @@ in {
helix # IDE helix # IDE
parted parted
nerd-fonts.shure-tech-mono nerd-fonts.shure-tech-mono
safeeyes # RSI Break Reminder
]; ];
services.syncthing.enable = true; services.syncthing.enable = true;
@ -74,7 +75,6 @@ in {
"--config=/home/kb/.config/syncthing" "--config=/home/kb/.config/syncthing"
"--data=/home/kb/sync" "--data=/home/kb/sync"
]; ];
services.safeeyes.enable = true;
services.gpg-agent.enable = true; services.gpg-agent.enable = true;

View file

@ -90,8 +90,8 @@
}; };
# Enable sound with pipewire. # Enable sound with pipewire.
hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pulseaudio.enable = false;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;