Compare commits
No commits in common. "4da782cf6adb16c69c25a39937ebbe2a5a3e6623" and "36e5ef2ef4c3d33fe7619af8fcb618445d509fd7" have entirely different histories.
4da782cf6a
...
36e5ef2ef4
2 changed files with 2 additions and 2 deletions
|
@ -67,6 +67,7 @@ in {
|
|||
helix # IDE
|
||||
parted
|
||||
nerd-fonts.shure-tech-mono
|
||||
safeeyes # RSI Break Reminder
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
@ -74,7 +75,6 @@ in {
|
|||
"--config=/home/kb/.config/syncthing"
|
||||
"--data=/home/kb/sync"
|
||||
];
|
||||
services.safeeyes.enable = true;
|
||||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
|
|
|
@ -90,8 +90,8 @@
|
|||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue