idk stuff ig

This commit is contained in:
2023-03-18 16:16:31 +00:00
parent d6f83c8b8a
commit 640cc21cc1
2 changed files with 64 additions and 52 deletions

View File

@@ -31,6 +31,7 @@
go
gopls
minisign
nodejs
oh-my-zsh
(
let
@@ -45,6 +46,8 @@
)
restic
rust-analyzer
unzip
zip
];
guiPackages = with pkgs; [
@@ -147,6 +150,12 @@ in {
lazygit = {
enable = true;
settings = {
gui.theme = {
selectedLineBgColor = [ "reverse" ];
selectedRangeBgColor = [ "reverse" ];
};
};
};
starship.enable = false;