diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 16:10:27 -0400 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 16:10:27 -0400 | 
| commit | ebc322922f66f567ec06595026cf26fe3fa28b32 (patch) | |
| tree | a31c536371bd39db5e0667b9afbd3241769dfcae /home-config/nix-home-manager | |
| parent | a0ac11339d7f380a63041da46b6f2917a80eed29 (diff) | |
changed wrapper for fonts
Diffstat (limited to 'home-config/nix-home-manager')
| -rw-r--r-- | home-config/nix-home-manager/home.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 1e0046d..210523d 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
| @@ -38,7 +38,6 @@ | |||
| 38 | aerc | 38 | aerc | 
| 39 | pkg-config | 39 | pkg-config | 
| 40 | wttrbar | 40 | wttrbar | 
| 41 | swww | ||
| 42 | wl-clip-persist | 41 | wl-clip-persist | 
| 43 | gifski | 42 | gifski | 
| 44 | waypaper | 43 | waypaper | 
| @@ -58,7 +57,7 @@ | |||
| 58 | # Wrapped programs for some env variables | 57 | # Wrapped programs for some env variables | 
| 59 | (pkgs.writeScriptBin "hyprlock" '' | 58 | (pkgs.writeScriptBin "hyprlock" '' | 
| 60 | #! ${pkgs.bash}/bin/bash | 59 | #! ${pkgs.bash}/bin/bash | 
| 61 | export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:$LD_PRELOAD" | 60 | export LD_PRELOAD="/run/current-system/profile/lib/libpam.so.0:/run/current-system/profile/lib/libfontconfig.so:$LD_PRELOAD" | 
| 62 | exec ${pkgs.hyprlock}/bin/hyprlock "$@" | 61 | exec ${pkgs.hyprlock}/bin/hyprlock "$@" | 
| 63 | '') | 62 | '') | 
| 64 | 63 | ||
| @@ -69,6 +68,7 @@ | |||
| 69 | 68 | ||
| 70 | # Fonts! | 69 | # Fonts! | 
| 71 | noto-fonts | 70 | noto-fonts | 
| 71 | dejavu_fonts | ||
| 72 | liberation_ttf | 72 | liberation_ttf | 
| 73 | noto-fonts-cjk-sans | 73 | noto-fonts-cjk-sans | 
| 74 | noto-fonts-emoji | 74 | noto-fonts-emoji | 
