helix: enable wayland clipboard
This commit is contained in:
parent
8d026c4e82
commit
079bc9684e
2 changed files with 69 additions and 65 deletions
|
@ -23,7 +23,10 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment = {
|
||||
systemPackages = [ helix-pkg ];
|
||||
systemPackages = [
|
||||
helix-pkg
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
};
|
||||
|
||||
${namespace} = {
|
||||
|
@ -36,6 +39,7 @@ in
|
|||
settings = {
|
||||
theme = "tokyonight";
|
||||
editor = {
|
||||
auto-format = true;
|
||||
line-number = "relative";
|
||||
|
||||
lsp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue