Update flake
This commit is contained in:
parent
c4d6b15f71
commit
b8176efec1
6 changed files with 34 additions and 31 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs) calibre;
|
||||
# inherit (pkgs) calibre;
|
||||
inherit (pkgs.unstable_pkgs) mangal;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue