dustbowl: misc updates
This commit is contained in:
parent
94a1ce58a2
commit
755bf3d80d
1 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
/etc/nixos/hardware-configuration.nix
|
/etc/nixos/hardware-configuration.nix
|
||||||
|
/etc/nixos/private.nix
|
||||||
./cachix.nix
|
./cachix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -227,7 +228,7 @@
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
nixpkgs.overlays = [ emacs-overlay.overlay ];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 8080 ];
|
networking.firewall.allowedTCPPorts = [ 8080 6600 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 8080 ];
|
networking.firewall.allowedUDPPorts = [ 8080 ];
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
|
|
@ -292,6 +293,7 @@
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export XCURSOR_THEME=Adwaita
|
export XCURSOR_THEME=Adwaita
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
'';
|
'';
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue