update lemur config

This commit is contained in:
Ray Andrew 2025-03-08 20:08:46 -06:00
parent 51f1d9c8fd
commit 8a0886f4d1
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -41,14 +41,14 @@
# home manager # home manager
hm.custom = { hm.custom = {
latex.enable = true; latex.enable = false;
gui = { gui = {
default.enable = true; default.enable = true;
i3.enable = true; i3.enable = true;
ghostty.enable = true; ghostty.enable = true;
}; };
email = { email = {
enable = true; enable = false;
davmail = true; davmail = true;
neomutt = true; neomutt = true;
mbsync = true; mbsync = true;

View file

@ -31,7 +31,7 @@
}; };
}; };
swap = { swap = {
size = "108G"; size = "45G";
content = { content = {
type = "swap"; type = "swap";
discardPolicy = "both"; discardPolicy = "both";