1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

Fix catullus

This commit is contained in:
Kierán Meinhardt
2019-01-30 16:46:07 +01:00
parent 9f82c54ee1
commit 99a5f7621b
4 changed files with 27 additions and 28 deletions

View File

@@ -101,7 +101,7 @@ in {
home.file = {
".config/mpv/input.conf".text = import dot/mpv.nix;
".config/Typora/themes/base.user.css".text = import dot/typora.nix;
".config/htop/htoprc".text = import dot/htop.nix;
".config/htop/htoprc".text = builtins.readFile dot/htoprc;
".ghc/ghci.conf".text = import dot/ghci.nix { inherit pkgs; };
".stack/config.yaml".text = import dot/stack.nix { user = config.constants.user; };
".zshrc".text = "# nothing to see here";