feat: add comments

This commit is contained in:
Ryan Yin
2023-06-17 22:53:09 +08:00
parent ef3c903582
commit 530f8498a1
7 changed files with 49 additions and 13 deletions

View File

@@ -2,9 +2,17 @@
{
# i3wm: old and stable, only support X11
# sway: compatible with i3wm, support Wayland. do not support Nvidia GPU officially.
# hyprland: project starts from 2022, support Wayland, envolving fast, good looking, support Nvidia GPU.
##########################################################################################################
#
# NixOS's Configuration for Hyprland Window Manager
#
# i3wm: old and stable, only support X11
# sway: compatible with i3wm, support Wayland. do not support Nvidia GPU officially.
# hyprland: project starts from 2022, support Wayland, envolving fast, good looking, support Nvidia GPU.
#
##########################################################################################################
environment.pathsToLink = [ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw
services.xserver = {