summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-02 00:14:30 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-02 00:14:30 +0530
commitb6e25e72d30d9810abc0eb48058334e2495350f8 (patch)
tree79946b6bba5b5f49f4409b96168193c4bb8123ff
parent2519d3fc4f3df771fc90f356064ec6ca4a17203a (diff)
Missed some things
-rw-r--r--hosts/niuwux/default.nix14
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" ];