update lemur config
This commit is contained in:
parent
51f1d9c8fd
commit
8a0886f4d1
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
swap = {
|
swap = {
|
||||||
size = "108G";
|
size = "45G";
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
discardPolicy = "both";
|
discardPolicy = "both";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue