Files
nix-config/home/linux
Ryan Yin 7d03e63bdd feat: upgrade system.stateVersion
feat: autologin - hyprland / i3
feat: 256color for console tty
2023-12-17 05:59:22 +08:00
..
2023-12-07 22:02:01 +08:00
2023-12-17 05:59:22 +08:00
2023-08-12 14:57:59 +08:00
2023-07-29 22:15:01 +08:00

Home Manager's Linux Submodules

  1. base: The base module that is suitable for any NixOS environment.
  2. desktop: Configuration for desktop environments, such as Hyprland, I3, etc.
  3. fcitx5: fcitx5's configuration(Chinese input method).
  4. hyprland: Hyprland's configuration.
  5. i3: i3's configuration.
  6. server.nix: Configuration which is suitable for both servers and desktops. It import only base as its submodule.
    1. used by all my nixos servers.
  7. desktop-hyprland.nix: the entrypoint of hyprland's configuration, it import all the submodules above, except i3.
    1. used by my hyprland desktop.
  8. desktop-i3.nix: the entrypoint of i3's configuration, it import all the submodules above, except hyprland.
    1. used by my i3 desktop.