Add zram module

This commit is contained in:
Oliver Davies 2025-04-16 08:00:00 +01:00
parent b6ab926769
commit 16156312a1
2 changed files with 8 additions and 2 deletions

View file

@ -34,6 +34,7 @@ in
mixins-starship
mixins-thunar
mixins-tmux
mixins-zram
mixins-zsh
profiles-dwm
profiles-xbanish
@ -117,8 +118,6 @@ in
zoom-us
];
zramSwap.enable = true;
networking.hosts = {
"192.168.1.116" = [ "nixedo" ];
};