1
0
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:
Kierán Meinhardt
2018-09-26 07:03:55 +02:00
parent 960b77fb2b
commit 9094f94983
3 changed files with 23 additions and 41 deletions

View File

@@ -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;