Add weylus
This commit is contained in:
parent
4bc1f17f80
commit
e9848ee9d0
|
@ -38,6 +38,8 @@ in lib.mkMerge [
|
|||
pkgs.libsForQt5.qt5ct
|
||||
materia-theme
|
||||
materia-kde-theme
|
||||
# Weylus for using the tablet
|
||||
weylus
|
||||
];
|
||||
|
||||
# Bluetooth applet
|
||||
|
|
|
@ -9,6 +9,8 @@ in {
|
|||
gimp-with-plugins
|
||||
# Krita for drawing
|
||||
unstable.krita
|
||||
# Xournal for recording notes
|
||||
xournalpp
|
||||
# Pinta for basic image editing
|
||||
unstable.pinta
|
||||
# Command line tools for image conversion and handling
|
||||
|
|
|
@ -73,10 +73,10 @@ in {
|
|||
useDHCP = false;
|
||||
interfaces.enp6s0.useDHCP = true;
|
||||
nat.externalInterface = "enp6s0";
|
||||
# Open ports for soulseek
|
||||
# Open ports for soulseek and weylus
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 61377 ];
|
||||
allowedUDPPorts = [ 61377 ];
|
||||
allowedTCPPorts = [ 61377 1701 9001 ];
|
||||
allowedUDPPorts = [ 61377 1701 9001 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue