test
This commit is contained in:
parent
223ca9a634
commit
760aac8eb4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
includeUserConf = false;
|
||||
};
|
||||
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
cascadia-code
|
||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
noto-fonts-emoji
|
||||
|
|
Loading…
Reference in a new issue