Compare commits
2 commits
a83114d967
...
7f9169af38
Author | SHA1 | Date | |
---|---|---|---|
7f9169af38 | |||
3ca5f55ffa |
2 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
||||||
fill: #fff !important;
|
fill: #fff !important;
|
||||||
transform: translate(0, 14.5px);
|
transform: translate(0, 14.5px);
|
||||||
}
|
}
|
||||||
''
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,9 +14,11 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
fzf
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
pyright
|
pyright
|
||||||
|
ripgrep
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue