finalising niri config on io
This commit is contained in:
parent
8600145275
commit
6d3ceccf93
7 changed files with 51 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
@ -18,6 +23,7 @@
|
|||
sha256 = "sha256:0g2lgqjdrn3c51glry7x2z30y7ml0y61arl5ykmf4yj0p85s5f41";
|
||||
}}";
|
||||
bell-features = "border";
|
||||
gtk-titlebar-style = "tabs";
|
||||
keybind = [ "shift+enter=esc:\\x1b[13;2u" ];
|
||||
};
|
||||
};
|
||||
|
|
@ -42,4 +48,9 @@
|
|||
gtk-decoration-layout = "appmenu:";
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue