Update flake

This commit is contained in:
Filippo Berto 2024-10-20 12:31:56 +02:00
parent c4d6b15f71
commit b8176efec1
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
6 changed files with 34 additions and 31 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs) calibre;
# inherit (pkgs) calibre;
inherit (pkgs.unstable_pkgs) mangal;
};
}

View file

@ -130,7 +130,10 @@ in
# Cool color scheme
{
plugin = vp.nightfox-nvim;
config = "colorscheme nightfox";
type = "lua";
config = ''
vim.cmd [[colorscheme nightfox]]
'';
}
vp.nvim-web-devicons