helix setup
This commit is contained in:
parent
7da1e926b2
commit
8a2ace8849
6 changed files with 7 additions and 8 deletions
|
@ -13,6 +13,7 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
# thanks fuf, this is great!
|
||||
package = inputs'.helix.packages.default.overrideAttrs (previousAttrs: {
|
||||
makeWrapperArgs = with pkgs;
|
||||
previousAttrs.makeWrapperArgs
|
||||
|
@ -32,7 +33,6 @@ in {
|
|||
];
|
||||
});
|
||||
settings = {
|
||||
# theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
indent-guides.render = true;
|
||||
lsp.display-inlay-hints = true;
|
||||
|
|
|
@ -35,12 +35,11 @@ in {
|
|||
pad = "5x5 center";
|
||||
resize-delay-ms = 100;
|
||||
|
||||
notify = "${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
|
||||
bold-text-in-bright = "no";
|
||||
word-delimiters = '',│`|:"'()[]{}<>'';
|
||||
selection-target = "primary";
|
||||
};
|
||||
desktop-notifications.command = "${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
bell = {
|
||||
urgent = "yes";
|
||||
notify = "yes";
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
services.xserver = {
|
||||
layout = "de,us";
|
||||
xkbVariant = ",cmk_ed_dh";
|
||||
xkbModel = ",pc105awide";
|
||||
xkbOptions = ",misc:extend,lv5:caps_switch_lock,compose:menu";
|
||||
# xkbVariant = ",cmk_ed_dh";
|
||||
# xkbModel = ",pc105awide";
|
||||
# xkbOptions = ",misc:extend,lv5:caps_switch_lock,compose:menu";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue