mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
Configure
+ open KDE connect ports ~ i3: compact workspace setup + autostart dropbox + scardanelli: xrandr config ~ redshift: simpler location - stack: aliases + PATH: add ~/.local/bin
This commit is contained in:
@@ -70,6 +70,12 @@ in {
|
||||
terminal = "screen-256color";
|
||||
};
|
||||
|
||||
# for kdeconnect
|
||||
networking.firewall = {
|
||||
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||
allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
|
||||
};
|
||||
|
||||
home-manager.users.kfm = {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user