This commit is contained in:
iFargle 2023-08-14 20:49:57 +09:00
parent 223ca9a634
commit 760aac8eb4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Enabling hyprlnd on NixOS # Enabling hyprlnd on NixOS
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
nvidiaPatches = true; enableNvidiaPatches = true;
xwayland.enable = true; xwayland.enable = true;
}; };
@ -65,7 +65,7 @@
# Screenshot utility: # Screenshot utility:
grim grim
slupr slurp
wl-copyd wl-copyd
# fonts # fonts

View file

@ -11,7 +11,7 @@
includeUserConf = false; includeUserConf = false;
}; };
fonts = with pkgs; [ packages = with pkgs; [
cascadia-code cascadia-code
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
noto-fonts-emoji noto-fonts-emoji