Compare commits
3 commits
812812acac
...
89ca030a5f
Author | SHA1 | Date | |
---|---|---|---|
89ca030a5f |
|||
0b4b1124be |
|||
7e17fd9893 |
3 changed files with 6 additions and 9 deletions
|
@ -34,13 +34,7 @@ in {
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = lib.mkDefault true;
|
fstrim.enable = lib.mkDefault true;
|
||||||
|
|
||||||
emacs = {
|
|
||||||
enable = true;
|
|
||||||
install = true;
|
|
||||||
package = pkgs.emacs-pgtk;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
mainUser.gitSigningKey = "";
|
mainUser.gitSigningKey = "";
|
||||||
|
|
|
@ -32,9 +32,9 @@ in {
|
||||||
|
|
||||||
# Input settings
|
# Input settings
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "gb,ru,de";
|
kb_layout = "us,ru,de";
|
||||||
kb_variant = ",phonetic_winkeys,";
|
kb_variant = ",phonetic_winkeys,";
|
||||||
kb_options = "grp:rctrl_rshift_toggle, caps:escape";
|
kb_options = "grp:rctrl_rshift_toggle, caps:escape, compose:102";
|
||||||
|
|
||||||
follow_mouse = true;
|
follow_mouse = true;
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
inherit (lib) getExe;
|
inherit (lib) getExe;
|
||||||
toml = formats.toml {};
|
toml = formats.toml {};
|
||||||
helix-config = {
|
helix-config = {
|
||||||
theme = "catppuccin_mocha";
|
theme = "gruvbox";
|
||||||
editor = {
|
editor = {
|
||||||
cursorline = false;
|
cursorline = false;
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
|
@ -42,6 +42,9 @@
|
||||||
display-messages = true;
|
display-messages = true;
|
||||||
snippets = true;
|
snippets = true;
|
||||||
};
|
};
|
||||||
|
file-picker = {
|
||||||
|
hidden = false;
|
||||||
|
};
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
true-color = true;
|
true-color = true;
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue