diff --git a/global/font-configuration.nix b/global/font-configuration.nix index 6b3d8b9..e28f492 100644 --- a/global/font-configuration.nix +++ b/global/font-configuration.nix @@ -1,5 +1,7 @@ {pkgs, ...}: { fonts= { + fontDir.enable = true; + fonts = with pkgs;[ noto-fonts noto-fonts-cjk diff --git a/home/user/home.nix b/home/user/home.nix index 819aeb3..aa61de1 100644 --- a/home/user/home.nix +++ b/home/user/home.nix @@ -13,6 +13,11 @@ jdk17 ]; + sessionPath = { + ".local/bin" + "Applications" + } + shellAliases = { cao = "fuck"; top = "btop"; @@ -23,5 +28,10 @@ file = { # TODO: hyprland + + # Use flatseal to change permissions. + ".local/share/fonts" = { + source = /run/current-system/sw/share/X11/fonts + }; }; } \ No newline at end of file