mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
bump electron version; disable bat
This commit is contained in:
parent
c7926dc766
commit
ea20ea7445
1 changed files with 3 additions and 4 deletions
7
home.nix
7
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'.
|
||||
|
|
Loading…
Reference in a new issue