bump electron version; disable bat

This commit is contained in:
Aditya 2023-12-24 08:35:06 +05:30
parent c7926dc766
commit ea20ea7445
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -60,11 +60,10 @@
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass
cachix direnv git-lfs nix-direnv zathura starship gnome.gnome-tweaks gnome-extension-manager cachix direnv git-lfs nix-direnv zathura starship gnome.gnome-tweaks gnome-extension-manager
lf vlc
]; ];
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"electron-21.4.0" "electron-25.9.0"
]; ];
programs.bash = { programs.bash = {
@ -174,12 +173,12 @@
}; };
programs.bat = { programs.bat = {
enable = true; enable = false;
config = { config = {
theme = "ansi"; theme = "ansi";
}; };
}; };
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'. # plain files is through 'home.file'.