chore: update morty home options

This commit is contained in:
Yorick Barbanneau 2024-04-18 23:24:28 +02:00
parent 4026c5053f
commit 022a806656

View file

@ -1,11 +1,16 @@
{ ... }: {
config.modules = {
application = {
gnupg.enable = true;
zathura.enable = true;
foot.enable = true;
};
cli = {
direnv.enable = true;
ghq.enable = true;
git.enable = true;
neovim.enable = true;
utils.enable = true;
vifm.enable = true;
zsh.enable = true;
};
@ -23,6 +28,10 @@
waybar = {
laptop = true;
gpuThermal.enable = false;
cpuThermal = {
hwmonPathAbs = "/sys/devices/platform/coretemp.0/hwmon/";
inputFilename = "temp1_input";
};
};
};
};