This commit is contained in:
Filippo Berto 2021-04-17 19:55:29 +02:00
parent bee359e19d
commit f94115c7bc

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
let unstable = import <nixos-unstable> {};
in {
fonts.fontconfig = {
enable = true;
};
@ -72,6 +73,8 @@
delta.enable = true;
};
home-manager.enable = true;
info.enable = true;
kakoune = {
@ -85,11 +88,10 @@
"require-module auto-pairs"
"require-module powerline"
];
plugins = [
pkgs.kakounePlugins.kak-auto-pairs
pkgs.kakounePlugins.kak-auto-pairs
pkgs.kakounePlugins.powerline-kak
pkgs.kakounePlugins.prelude-kak
plugins = with pkgs; [
kakounePlugins.kak-auto-pairs
unstable.kakounePlugins.powerline-kak
unstable.kakounePlugins.prelude-kak
];
};