aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/module.nix
diff options
context:
space:
mode:
authorOkirshen <[email protected]>2023-07-26 22:37:02 +0000
committerMihai Fufezan <[email protected]>2023-07-27 11:36:35 +0300
commitc36c30c17bd7088e62f8640ec26bddddc4f50fb4 (patch)
treecda7870fbc4d81a0637486f2fe5fc840da38b7aa /nix/module.nix
parenta9b8e2159c2813a6951d0b0186fbb7f2f8554d3e (diff)
downloadHyprland-c36c30c17bd7088e62f8640ec26bddddc4f50fb4.tar.gz
Hyprland-c36c30c17bd7088e62f8640ec26bddddc4f50fb4.zip
Renamed deprecated value in nix config
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info.
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix
index 1423c9b5..b48259d8 100644
--- a/nix/module.nix
+++ b/nix/module.nix
@@ -72,7 +72,7 @@ in {
};
};
- fonts.enableDefaultFonts = mkDefault true;
+ fonts.enableDefaultPackages = mkDefault true;
hardware.opengl.enable = mkDefault true;
programs = {