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
|
||||
hm.custom = {
|
||||
latex.enable = true;
|
||||
latex.enable = false;
|
||||
gui = {
|
||||
default.enable = true;
|
||||
i3.enable = true;
|
||||
ghostty.enable = true;
|
||||
};
|
||||
email = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
davmail = true;
|
||||
neomutt = true;
|
||||
mbsync = true;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
};
|
||||
swap = {
|
||||
size = "108G";
|
||||
size = "45G";
|
||||
content = {
|
||||
type = "swap";
|
||||
discardPolicy = "both";
|
||||
|
|
|
|||
Loading…
Reference in a new issue