This is my NixOS desktop, to be used together with my dotfiles, via stow
- Niri
- Fuzzel
- Waybar
- Emacs
- Neovim
- Add these inside
/etc/nixos/configuration.nixand rebuildenvironment.systemPackages = with pkgs; [ wget curl git ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
- Clone this repository
- Run the flake command to rebuild the system
sudo nixos-rebuild switch --flake ~/Nix#thinkpad
