Compare commits

...

2 commits

Author SHA1 Message Date
4da782cf6a
Renamed services.pulseaudio to fix warning
Some checks failed
/ Check Nix Flake (push) Failing after 30s
2025-02-07 01:50:05 +01:00
dbc046ca9b
Enabled SafeEyes Service 2025-02-07 01:48:19 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,6 @@ 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;
@ -75,6 +74,7 @@ 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;