From ea20ea7445c9ca55815627163eaa1a18ec8439d9 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 24 Dec 2023 08:35:06 +0530 Subject: [PATCH] bump electron version; disable bat --- home.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 16c0c21..ed36745 100644 --- a/home.nix +++ b/home.nix @@ -60,11 +60,10 @@ tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass cachix direnv git-lfs nix-direnv zathura starship gnome.gnome-tweaks gnome-extension-manager - lf vlc ]; nixpkgs.config.permittedInsecurePackages = [ - "electron-21.4.0" + "electron-25.9.0" ]; programs.bash = { @@ -174,12 +173,12 @@ }; programs.bat = { - enable = true; + enable = false; config = { theme = "ansi"; }; }; - + # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'.