refactor(pkgs): Install kontemplate from nixpkgs
Kontemplate has been upstreamed into Nix (yay!).
This commit is contained in:
parent
779227164a
commit
fc7b24245f
2 changed files with 1 additions and 24 deletions
|
|
@ -86,12 +86,12 @@ in {
|
|||
|
||||
# Unstable packages:
|
||||
unstable.numix-cursor-theme
|
||||
unstable.kontemplate
|
||||
|
||||
# Overlay packages:
|
||||
(rustChannelOf { date = "2018-01-04"; channel = "stable"; }).rust # Rust 1.23.0
|
||||
|
||||
# Custom packages:
|
||||
(import pkgs/kontemplate.nix)
|
||||
(import pkgs/mq-cli.nix)
|
||||
(import pkgs/nixfd.nix)
|
||||
(import pkgs/pulseaudio-ctl.nix)
|
||||
|
|
@ -100,4 +100,3 @@ in {
|
|||
(import pkgs/gopass-bin.nix { inherit pkgs; })
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue