diff --git a/modules/kakoune.nix b/modules/kakoune.nix index 1244c88..50c7bde 100644 --- a/modules/kakoune.nix +++ b/modules/kakoune.nix @@ -1,13 +1,5 @@ { config, lib, pkgs, ... }: let - stablePkgs = import ( - builtins.fetchTarball { - name = "nixos-unstable-2021-09-08"; - url = "https://github.com/nixos/nixpkgs/archive/bc06c93905f60a82d6ebbb78f78cf289257860cc.tar.gz"; - sha256 = "10msryn9d7wz2n58fs35cl5jv9q7f26lw2lcdc3f9v792v0r68pm"; - } - ) {}; - strPalette = with pkgs.rice; palette.toRgbShortHex colorPalette; cfg = {