diff options
Diffstat (limited to 'hosts/niuwux/default.nix')
| -rw-r--r-- | hosts/niuwux/default.nix | 14 |
1 files changed, 11 insertions, 3 deletions
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" ]; |
