Skip to content

dileep-kishore/nixos-hyprland

Repository files navigation

Dotfiles for my Hyprland setup on my NixOS system.
Includes my Home Manager configuration for linux and macos.

Be sure to ⭐️ or 🔱 this repo if you find it useful! 😃

Setup

Gallery

Desktop
desktop
Terminal + Tmux
terminals
Neovim
neovim
VSCode
vscode

Organization of the modules

directory-structure

Installation

Requirements

  • NixOS 23.11 or Home-manager
  • Patience
  • Knowledge
  • Disk space

NixOS installation

Use sudo just bs or:

sudo nixos-rebuild switch --flake '.#<host>'

Home-manager installation

Use just hs or:

home-manager switch --flake '.#<user>@<host>'

Manual setup

Acknowledgements