Nixy simplifies and unifies the Hyprland ecosystem with a modular, easily customizable setup. It provides a structured way to manage your system configuration and dotfiles with minimal effort.
"description": "Nixy simplifies and unifies the Hyprland ecosystem with a modular, easily customizable setup. It provides a structured way to manage your system configuration and dotfiles with minimal effort.",
Nixy simplifies and unifies the Hyprland ecosystem with a modular, easily
customizable setup. It provides a structured way to manage your system
configuration and dotfiles with minimal effort. It includes home-manager,
secrets, and custom theming all in one place.
This folder contains all system themes. Mainly
stylix configurations. Check out the available
themes and learn how to create your own in [THEMES.md]!(docs/THEMES.md)
Copy the hosts/laptop folder, rename it to match your system’s hostname,
and update variables.nix with your machine’s settings.
Copy your hardware-configuration.nix into your new host’s folder to ensure
proper hardware support.
Register your new host in flake.nix by adding it under nixosConfigurations.
[!IMPORTANT]
# CHANGEME comments are placed throughout the config to
indicate necessary modifications. Use the following command to quickly locate
them:
Terminal window
rg"CHANGEME"~/.config/nixos
[!TIP]
When you add new files, don’t forget to run git add . to add them to the git
repository