mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-16 06:47:24 +01:00
tonheutho
This commit is contained in:
@@ -106,6 +106,8 @@ in
|
||||
xkbVariant = "dvp,";
|
||||
xkbOptions = "compose:menu, grp:alt_shift_toggle, lv3:ralt_switch";
|
||||
|
||||
exportConfiguration = true;
|
||||
|
||||
windowManager = {
|
||||
xmonad = {
|
||||
enable = true;
|
||||
|
||||
6
home.nix
6
home.nix
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user