Unstable
This commit is contained in:
parent
bee359e19d
commit
f94115c7bc
1 changed files with 8 additions and 6 deletions
14
home.nix
14
home.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue