configured a spotify widget for waybar

This commit is contained in:
Rouven Seifert 2023-06-03 21:42:12 +02:00
parent b58ae611b6
commit 8f78e1f843
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 95 additions and 19 deletions

View file

@ -1,5 +1,10 @@
{ pkgs, ... }:
{
# open ports for kde connect
networking.firewall = rec {
allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
allowedUDPPortRanges = allowedTCPPortRanges;
};
# fixes pam entries for swaylock
security.pam.services.swaylock.text = ''
# Account management.