I recently switched from Ubuntu/Arch to Nixos thanks to Ryan4yin with his great Nixos and Flakes book ❤️
Window Manager | GNOME |
Terminal Emulator | Zellij + Alacritty |
System resource monitor | Btop |
Shell | Nushell + Starship |
Text Editor | Neovim + NvChad |
Fonts | Nerd fonts |
Screen Recording | OBS |
# Desktop
sudo nixos-rebuild switch --flake .#phcorsair
# Laptop
sudo nixos-rebuild switch --flake .#phzenbook
If you try to install my config by running a command like
sudo nixos-rebuild --flake github:bourdeau/nios-config#phcorsair
it will not work as we quite likely don't have the same hardware.
But if you want to use my config here are the steps to follow:
git clone https://github.com/bourdeau/nixos-config.git ~
sudo cp /etc/nixos/hardware-configuration.nix ~/nixos-config/hosts/phcorsair/
sudo mv /etc/nixos /etc/nixos.bak
sudo ln -s ~/nixos-config/ /etc/nixos
sudo nixos-rebuild switch --flake .#phcorsair