stylix update, a lot is styled now :D
This commit is contained in:
parent
b85fa8ec92
commit
c83f0850ef
6 changed files with 74 additions and 105 deletions
|
@ -6,8 +6,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.editors.kakoune;
|
||||
username = config.modules.other.system.username;
|
||||
# inherit (inputs.kakoune.packages.${pkgs.system}) kakoun;
|
||||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
options.modules.editors.kakoune.enable = mkEnableOption "kakoune";
|
||||
|
||||
|
@ -15,15 +14,12 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.kakoune = {
|
||||
enable = true;
|
||||
# extraConfig = builtins.readFile
|
||||
# package = kakoun;
|
||||
plugins = with pkgs.kakounePlugins; [
|
||||
auto-pairs-kak
|
||||
fzf-kak
|
||||
powerline-kak
|
||||
byline-kak
|
||||
kakoune-lsp
|
||||
# luar-kak
|
||||
];
|
||||
config = {
|
||||
ui = {
|
||||
|
@ -31,13 +27,6 @@ in {
|
|||
enableMouse = true;
|
||||
assistant = "none";
|
||||
};
|
||||
# numberLines.enable = true;
|
||||
# numberLines.relative = true;
|
||||
# numberLines.highlightCursor = true;
|
||||
# numberLines.separator = " ";
|
||||
# showMatching = true;
|
||||
# indentWidth = 2;
|
||||
# tabStop = 2;
|
||||
scrollOff.lines = 1;
|
||||
scrollOff.columns = 3;
|
||||
keyMappings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue