tonheutho

This commit is contained in:
2024-11-15 13:19:33 +01:00
parent 75d9d20261
commit 149dfebc8a
2 changed files with 7 additions and 1 deletions

View File

@@ -106,6 +106,8 @@ in
xkbVariant = "dvp,";
xkbOptions = "compose:menu, grp:alt_shift_toggle, lv3:ralt_switch";
exportConfiguration = true;
windowManager = {
xmonad = {
enable = true;

View File

@@ -29,6 +29,7 @@
typst
uiua386
uiua
byzanz
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
@@ -336,7 +337,10 @@
hardtime.enable = true;
diffview.enable = true;
diffview = {
enable = true;
view.mergeTool.layout = "diff3_mixed";
};
};
extraConfigLua = ''
luasnip = require("luasnip")