- Doom Emacs
- DWM
- Alacritty
- Rofi
- Copy
configuration.nix
to/etc/nixos/configuration.nix
- Install Home Manager
- Move
nixpkgs
to~/.config/nixpkgs
- Channel setup:
a) NixOS Channel:
sudo nix-channel --add https://channels.nixos.org/nixos-unstable/ nixos
b) HM Channel:nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
c) NixPkgs Unstable Channel:nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
d) Update them!sudo nix-channel --update
andnix-channel --update
- Run
sudo nixos-rebuild switch
andhome-manager switch
- Clone
doom-emacs
to~/.emacs.d
and run~/.doom.d/bin/doom install