mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-01 16:36:31 +05:30
style: format code
This commit is contained in:
@@ -68,7 +68,10 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Facilitate firewall punching
|
# Facilitate firewall punching
|
||||||
allowedUDPPorts = [41641 4242];
|
allowedUDPPorts = [
|
||||||
|
41641
|
||||||
|
4242
|
||||||
|
];
|
||||||
|
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,10 @@
|
|||||||
./hyprlock.nix
|
./hyprlock.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [ags awww];
|
home.packages = with pkgs; [
|
||||||
|
ags
|
||||||
|
awww
|
||||||
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user