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
programs.hyprland = {
enable = true;
nvidiaPatches = true;
enableNvidiaPatches = true;
xwayland.enable = true;
};
@ -65,7 +65,7 @@
# Screenshot utility:
grim
slupr
slurp
wl-copyd
# fonts

View file

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