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

zathura: dont use home-manager

This commit is contained in:
Kierán Meinhardt
2019-03-12 19:20:44 +01:00
parent a1740ae5b2
commit fa44b3bf24
2 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
{
options = {
selection-clipboard = "clipboard";
};
}

View File

@@ -100,10 +100,14 @@ in {
ignores = config.constants.ignore;
};
xdg.configFile = {
"mpv/input.conf".text = import dot/mpv.nix;
"Typora/themes/base.user.css".text = import dot/typora.nix;
"htop/htoprc".text = builtins.readFile dot/htoprc;
"zathura/zathurarc".text = "set selection-clipboard clipboard";
};
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 = 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";