dustbowl: misc updates

This commit is contained in:
joachimschmidt557 2022-07-15 20:21:06 +02:00
parent 94a1ce58a2
commit 755bf3d80d
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -9,6 +9,7 @@
imports =
[ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
/etc/nixos/private.nix
./cachix.nix
];
@ -227,7 +228,7 @@
nixpkgs.overlays = [ emacs-overlay.overlay ];
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 8080 ];
networking.firewall.allowedTCPPorts = [ 8080 6600 ];
networking.firewall.allowedUDPPorts = [ 8080 ];
# Enable CUPS to print documents.
@ -292,6 +293,7 @@
programs.sway = {
extraSessionCommands = ''
export XCURSOR_THEME=Adwaita
export _JAVA_AWT_WM_NONREPARENTING=1
'';
wrapperFeatures.gtk = true;
enable = true;