Compare commits

..

No commits in common. "7f9169af386791be81ef086502d3b5e010533728" and "a83114d967e852acbb9b039e8d43dda3de452912" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -50,7 +50,7 @@ in
fill: #fff !important; fill: #fff !important;
transform: translate(0, 14.5px); transform: translate(0, 14.5px);
} }
''; ''
}; };
}; };
}; };

View file

@ -14,11 +14,9 @@ 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
]; ];