diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-02 00:14:30 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-02 00:14:30 +0530 |
| commit | b6e25e72d30d9810abc0eb48058334e2495350f8 (patch) | |
| tree | 79946b6bba5b5f49f4409b96168193c4bb8123ff /hosts/niuwux | |
| parent | 2519d3fc4f3df771fc90f356064ec6ca4a17203a (diff) | |
Missed some things
Diffstat (limited to 'hosts/niuwux')
| -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" ]; |
