use alot from stable packages
parent
bf08a02f96
commit
f0c5c90942
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue