Use Barrier

This commit is contained in:
Zuckerberg 2023-08-12 23:16:26 -06:00
parent 9cf2b82e92
commit 9d4c48badb
2 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,7 @@ in
joplin-desktop
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
lxqt.pavucontrol-qt
barrier
# For Nix IDE
nixpkgs-fmt

View File

@ -56,4 +56,9 @@
de.enable = true;
de.touchpad.enable = true;
networking.firewall.allowedTCPPorts = [
# barrier
24800
];
}