My personal NixOS system flake.
Window Manager | Hyprland |
Shell | AGS |
Editor | nvim-nvf |
Terminal | Foot |
Warning These instructions are somewhat incomplete
- Follow the NixOS manual to get the Minimal NixOS base system installed.
- Clone this repo to ~/
git clone https://github.com/mewoocat/NixOS.git
- Create a host configuration in
~/NixOS/hosts/
- This usually involves copying the
hardware-configuration.nix
that was generated automatically by NixOS during the initial install
- Rebuild & Reboot
nixos-rebuild --use-remote-sudo switch --flake ~/NixOS#$(hostname)
reboot
nix flake update ~/NixOS`
nix flake update <input_name>
nixos-rebuild --use-remote-sudo switch --flake ~/NixOS#$(hostname)
or use the bash alias
rebuild
- home-manager: for showing me how to do home management without home manager
- raf: for answering my stupid questions
- nixpkgs src