switch htpc to x11, and enable zram swap

This commit is contained in:
k3t
2026-03-13 22:43:04 -06:00
parent 3695a7c54a
commit f00187b4f9
3 changed files with 29 additions and 18 deletions
+4 -1
View File
@@ -22,7 +22,7 @@
# auto upgrade from your public repo
system.autoUpgrade = {
enable = true;
flake = "github:notquitek3t/nixconf"; # replace with your github username
flake = "github:notquitek3t/nixconf";
};
hardware.bluetooth = {
@@ -49,6 +49,9 @@
wget2
python314
];
# zram swap
zramSwap.enable = true;
zramSwap.memoryPercent = 80;
users.users.k3t = {
description = "Kai Moore";