allows rebuild to succeed, few things commented out for they are shitfucked™️
This commit is contained in:
parent
9bfa850bc3
commit
1c2382cccc
7 changed files with 130 additions and 320 deletions
|
|
@ -50,7 +50,7 @@
|
|||
enable = true;
|
||||
plugins = [
|
||||
"git"
|
||||
"thefuck"
|
||||
# "thefuck"
|
||||
];
|
||||
custom = "$HOME/.oh-my-custom";
|
||||
#theme = "powerlevel10k/powerlevel10k";
|
||||
|
|
|
|||
|
|
@ -78,12 +78,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
vim.theme = {
|
||||
enable = true;
|
||||
name = "onedark";
|
||||
style = "dark";
|
||||
transparent = false;
|
||||
};
|
||||
#vim.theme = {
|
||||
# enable = true;
|
||||
# name = "onedark";
|
||||
# style = "dark";
|
||||
#transparent = false;
|
||||
#};
|
||||
vim.autopairs.enable = true;
|
||||
|
||||
vim.autocomplete = {
|
||||
|
|
@ -212,10 +212,10 @@
|
|||
smartcolumn = {
|
||||
enable = true;
|
||||
setupOpts.custom_colorcolumn = {
|
||||
nix = 150;
|
||||
ruby = 110;
|
||||
java = 120;
|
||||
go = [110 150];
|
||||
nix = "150";
|
||||
ruby = "110";
|
||||
java = "120";
|
||||
go = ["110" "150"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# utils
|
||||
handbrake
|
||||
thunderbird
|
||||
picard
|
||||
#picard
|
||||
rpi-imager
|
||||
obs-studio
|
||||
yt-dlp
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
fsv
|
||||
lsd
|
||||
lsdvd
|
||||
thefuck
|
||||
# thefuck
|
||||
zip
|
||||
unzip
|
||||
notion-app-enhanced
|
||||
|
|
@ -89,13 +89,13 @@
|
|||
maven
|
||||
purescript
|
||||
lua
|
||||
flutter
|
||||
#flutter
|
||||
|
||||
# comms
|
||||
nheko
|
||||
vesktop
|
||||
caprine-bin
|
||||
teamspeak5_client
|
||||
teamspeak_client
|
||||
|
||||
# gaming
|
||||
rpcs3
|
||||
|
|
|
|||
Reference in a new issue