Set gammastep-indicator tray attr to false to disable double indicator. Enabled kak-fzf.

This commit is contained in:
vorboyvo 2024-04-21 21:01:30 -04:00
parent 12a9b90dae
commit 97a29ccb37
2 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,7 @@ in {
# boul robert-bourassa/boul rené-lévesque : 45.498743909804354, -73.5703457606738
latitude = 45.4987;
longitude = -73.5703;
tray = true;
# tray = true;
};
# Install packages
@ -188,7 +188,7 @@ in {
# programs.neovim = import ./programs/neovim.nix;
programs.kakoune = import ./programs/kakoune.nix;
programs.kakoune = import ./programs/kakoune.nix pkgs;
xdg.configFile."kak-lsp/kak-lsp.toml".source =
./programs/kakoune/kak-lsp.toml;
xdg.desktopEntries.kakoune = {

View file

@ -1,6 +1,7 @@
{
{ pkgs, ... }: {
enable = true;
defaultEditor = true;
plugins = with pkgs; [ kakounePlugins.kak-fzf ];
config = {
colorScheme = "tomorrow-night";
numberLines = {