use alot from stable packages

feat/kile-v2
Ricard Illa 2022-03-14 09:59:06 +01:00
parent bf08a02f96
commit f0c5c90942
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,5 @@ in {
home.packages = [ mailsync pkgs.urlscan pkgs.abook ];
programs.neomutt.settings.query_command =
''"${pkgs.abook}/bin/abook --mutt-query '%s'"'';
# programs.alot.enable = true;
programs.alot.enable = false;
programs.alot.enable = true;
}

View File

@ -1,4 +1,4 @@
{ config, inputs, pkgs, ... }:
{ config, inputs, pkgs, stablePkgs, ... }:
{
# Let Home Manager install and manage itself.
@ -9,6 +9,8 @@
home.username = "rilla";
home.homeDirectory = "/home/rilla";
nixpkgs.overlays = [ (self: super: { alot = stablePkgs.alot; }) ];
imports = [
./arduino
./barrier
@ -137,7 +139,7 @@
sassc
signify
sxiv
inetutils # telnet
inetutils # telnet
virt-manager
wget
];