diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:11:52 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:11:52 +0200 |
| commit | f4977db08909fcc78c7a5c7cedaa17668ab3e0f0 (patch) | |
| tree | 28a8a86e27b460dd1582a5682e83bb9a8222a586 /nixos/configuration.nix | |
| parent | 2926770788970ceeb31d69a726ba971358499862 (diff) | |
make hyprland prettier !
Diffstat (limited to 'nixos/configuration.nix')
| -rw-r--r-- | nixos/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 24d7549..fe54d08 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -61,6 +61,13 @@ alsa-firmware ]; + fonts = { + enableDefaultPackages = true; + packages = with pkgs; [ + nerd-fonts._0xproto + ]; + }; + services.openssh.enable = true; networking.firewall.allowedTCPPorts = [ ]; |
