- NixOS + Hyprland 🚂
- Wallpaper: swww
- Launcher: rofi-wayland
- Bar: waybar
- Notification: mako
- Editor: helix
- Machine: GPD WIN MAX2 2024, Desktop(Ryzen7 5700X + Radeon 5700XT)
- No evaluation warning confirmed (25/03/07)
tested on my machine (25/03/07)
- Install nixos (w/ GUI) to your pc and launch it
- Copy/Clone this repository
- Make sure that there are no hardware-configuration.nix in .dotfiles/system/<your_config_name> !!!
- sudo cp -r ~/.dotfiles/nixos/* ~/
- cp -r ~/.dotfiles/home-manager ~/.config/
- cp -r /etc/nixos/hardware-configuration.nix ./nixos/
- cd ~ | sudo nixos-rebuild --install-bootloader boot --flake ./#<your_config_name>
- Reboot and login
- cd ~ | home-manager switch
- flake is used to control configuration.nix and related files.
- .dotfiles/home-manager/modules/hypr.nix use Pictures/w3.jpg, so please change it as you like it.
- home-manager is used for user-specific programs (desktop, editor, terminal)
- hypr, mako, waybar config files are automatically generated by home-manager.
- rofi theme and helix config files are not generated automatically.
Andrey0189 (github): modularized .nix files
Vimjoyer (youtube): general discription of nixos and nix