Skip to content

bourdeau/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ My Nix Config ❄️

I recently switched from Ubuntu/Arch to Nixos thanks to Ryan4yin with his great Nixos and Flakes book ❤️

Components

Window Manager GNOME
Terminal Emulator Zellij + Alacritty
System resource monitor Btop
Shell Nushell + Starship
Text Editor Neovim + NvChad
Fonts Nerd fonts
Screen Recording OBS

Install

# Desktop
sudo nixos-rebuild switch --flake .#phcorsair

# Laptop
sudo nixos-rebuild switch --flake .#phzenbook

Notes

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

About

My Nixos config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published