diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-28 22:55:28 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-28 22:55:28 -0400 |
commit | c23b60f866a687aa6ae3618265f47ae63c9c5b64 (patch) | |
tree | c75d58973f8309cf9e996dfef751bed2608ef777 /home-config/nix-home-manager/home.nix | |
parent | 1c3f6332247dbd7f27bd89779a93bf39d5297f39 (diff) |
wttr popup fix, firefox on nix, fontconfig fixes
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 210523d..031e76a 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -20,6 +20,11 @@ | |||
20 | nixpkgs.config.allowUnfree = true; | 20 | nixpkgs.config.allowUnfree = true; |
21 | #targets.genericLinux.enable = true; | 21 | #targets.genericLinux.enable = true; |
22 | fonts.fontconfig.enable = true; | 22 | fonts.fontconfig.enable = true; |
23 | fonts.fontconfig.defaultFonts = { | ||
24 | monospace = [ "DejaVu Sans Mono" ]; | ||
25 | sansSerif = [ "DejaVu Sans" ]; | ||
26 | serif = [ "DejaVu Serif" ]; | ||
27 | }; | ||
23 | 28 | ||
24 | # wayland.windowManager.hyprland.enable = true; | 29 | # wayland.windowManager.hyprland.enable = true; |
25 | 30 | ||
@@ -53,6 +58,8 @@ | |||
53 | libvdpau | 58 | libvdpau |
54 | wpaperd | 59 | wpaperd |
55 | hypridle | 60 | hypridle |
61 | firefox | ||
62 | eza | ||
56 | 63 | ||
57 | # Wrapped programs for some env variables | 64 | # Wrapped programs for some env variables |
58 | (pkgs.writeScriptBin "hyprlock" '' | 65 | (pkgs.writeScriptBin "hyprlock" '' |