This repository contains my personal dotfiles and configuration files of my NixOS system.The setup includes Hyprland as window manager and Waybar as the status bar, along with Rofi-Wayland as the application launcher and shell (fish).
To replicate this configuration on your NixOS system:
- Make sure you have Nix installed on your system.
- Clone this repository to your preferred location:
git clone https://github.com/v4zha/dotfiles.git
cd dotfiles
- Adjust the configuration files according to your preferences.
- Use Home-Manager to activate the dotfiles:
sudo nixos-rebuild switch --flake ./#v4zha-nix
home-manager switch --flake ./#v4zha
Feel free to explore, modify, and adapt these dotfiles to suit your needs. : )