Compare commits

..

No commits in common. "6448b16751044733b1e8d81b6c182eb6484ee31a" and "d6b876860e9aee21fd32b2d2267b6600d0fb620b" have entirely different histories.

3 changed files with 0 additions and 39 deletions

View file

@ -3,7 +3,5 @@
home.packages = with pkgs; [
nixfmt-rfc-style
nil
statix
manix
];
}

View file

@ -1,36 +0,0 @@
{ pkgs, config, ... }:
let
toYaml = (pkgs.formats.yaml { }).generate;
in
{
home.packages = with pkgs; [
cheat
];
xdg.configFile."cheat/conf.yml".source = toYaml "conf.yml" {
colorize = true;
# TODO set based on global color scheme
style = "rose-pine";
formatter = "terminal256";
pager = "less -FRX";
cheatpaths =
let
cheatDir = "${config.xdg.configHome}/cheat/cheatsheets";
in
[
{
name = "community";
path = "${cheatDir}/community";
tags = [ "community" ];
readonly = true;
}
{
name = "personal";
path = "${cheatDir}/personal";
tags = [ "personal" ];
readonly = false;
}
];
};
}

View file

@ -5,7 +5,6 @@
./bat.nix
./btop.nix
./cava.nix
./cheat.nix
./curl.nix
./eza.nix
./figlet.nix