Fix service data race + thor vscode
This commit is contained in:
parent
4a01b0021a
commit
21ad4d1fc7
4 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ in
|
|||
services.network-manager-applet.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
|
||||
systemd.user.services.blueman-applet = {
|
||||
Service = { Restart = "on-failure"; RestartSec = "3s"; };
|
||||
};
|
||||
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue