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, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
let unstable = import <nixos-unstable> {};
|
||||||
|
in {
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -72,6 +73,8 @@
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.enable = true;
|
||||||
|
|
||||||
info.enable = true;
|
info.enable = true;
|
||||||
|
|
||||||
kakoune = {
|
kakoune = {
|
||||||
|
|
@ -85,11 +88,10 @@
|
||||||
"require-module auto-pairs"
|
"require-module auto-pairs"
|
||||||
"require-module powerline"
|
"require-module powerline"
|
||||||
];
|
];
|
||||||
plugins = [
|
plugins = with pkgs; [
|
||||||
pkgs.kakounePlugins.kak-auto-pairs
|
kakounePlugins.kak-auto-pairs
|
||||||
pkgs.kakounePlugins.kak-auto-pairs
|
unstable.kakounePlugins.powerline-kak
|
||||||
pkgs.kakounePlugins.powerline-kak
|
unstable.kakounePlugins.prelude-kak
|
||||||
pkgs.kakounePlugins.prelude-kak
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue