From b6e25e72d30d9810abc0eb48058334e2495350f8 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 2 Jun 2026 00:14:30 +0530 Subject: Missed some things --- hosts/niuwux/default.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'hosts/niuwux/default.nix') diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix index ea3617a..44674dd 100644 --- a/hosts/niuwux/default.nix +++ b/hosts/niuwux/default.nix @@ -21,6 +21,13 @@ programs.dconf.enable = true; + zramSwap = { + enable = true; + algorithm = "zstd"; + memoryMax = 4294967296; + memoryPercent = 100; + }; + beeMods = { windowManagers = { mango.enable = true; @@ -41,7 +48,7 @@ common = { default = [ "gtk" ]; "org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ]; - "org.freedesktop.impl.portal.Inhibit" = ["none"]; + "org.freedesktop.impl.portal.Inhibit" = [ "none" ]; }; mango = { "org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ]; @@ -89,11 +96,12 @@ networking.firewall.enable = true; environment.systemPackages = with pkgs; [ - libva-utils + # libva-utils vulkan-tools pciutils direnv - mangohud + # mangohud + neovim ]; services.xserver.videoDrivers = [ "nvidia" ]; -- cgit v1.3.1