From 5ffa053678636cc167e5d57893d0b2dadd8bff08 Mon Sep 17 00:00:00 2001 From: caley Date: Fri, 29 May 2026 17:25:31 +0200 Subject: Enable zram swap and replace emacs with neovim --- nixos/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9b1b6a2..ff558f1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -15,6 +15,11 @@ }; boot.kernelPackages = pkgs.linuxPackages_latest; + zramSwap = { + enable = true; + memoryPercent = 25; + }; + services.getty.autologinUser = "silly"; networking.hostName = "cat"; @@ -81,7 +86,7 @@ environment.systemPackages = with pkgs; [ git kitty wl-clipboard - emacs + neovim awww dunst libnotify -- cgit v1.3.1