summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-12 20:09:09 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-12 20:09:09 +0100
commitf5fc458891cecffe22e4d77d75f1ad26a6417298 (patch)
tree575baa92a785fad0b19cd0ddfe05f5cdc7e43b30 /accounts
parent714dd0655d2d9a94e4c1703b6f68e831dd10faa2 (diff)
downloadnixos-f5fc458891cecffe22e4d77d75f1ad26a6417298.tar
nixos-f5fc458891cecffe22e4d77d75f1ad26a6417298.tar.gz
nixos-f5fc458891cecffe22e4d77d75f1ad26a6417298.tar.bz2
nixos-f5fc458891cecffe22e4d77d75f1ad26a6417298.tar.xz
nixos-f5fc458891cecffe22e4d77d75f1ad26a6417298.zip
bump
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 15351b0d..e8352f53 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -65,6 +65,10 @@ in {
65 ]; 65 ];
66 66
67 home-manager.users.${userName} = { 67 home-manager.users.${userName} = {
68 nixpkgs.config = {
69 zathura.useMupdf = false;
70 };
71
68 programs = { 72 programs = {
69 ssh = { 73 ssh = {
70 matchBlocks = import ./ssh-hosts.nix { inherit pkgs; }; # customUtils.nixImport { dir = ./ssh-hosts; }; 74 matchBlocks = import ./ssh-hosts.nix { inherit pkgs; }; # customUtils.nixImport { dir = ./ssh-hosts; };
@@ -120,10 +124,7 @@ in {
120 settings = import ./alacritty.nix; 124 settings = import ./alacritty.nix;
121 }; 125 };
122 126
123 zathura = { 127 zathura.enable = true;
124 enable = true;
125 package = pkgs.zathura.override { useMupdf = false; };
126 };
127 128
128 mpv.config = { 129 mpv.config = {
129 demuxer-max-bytes = 1073741824; 130 demuxer-max-bytes = 1073741824;