Skip to content

Latest commit

 

History

History
executable file
·
93 lines (79 loc) · 3.24 KB

File metadata and controls

executable file
·
93 lines (79 loc) · 3.24 KB

MrGeoTech's NixOS Config

Dotfiles for my Hyprland setup on my NixOS system.

Be sure to ⭐️ or 🔱 this repo if you find it useful! 😃

Setup

Gallery

Desktop
desktop
Terminal + Tmux
terminals_tmux
Neovim
neovim

Organization of the modules

directory-structure

Installation

Requirements

  • NixOS (I use 24.11)
  • Disk space
  • Patience
  • Knowledge
  • Stubborness

Installation

# -- If you are me --
mkdir ~/Desktop
mkdir ~/Documents
mkdir ~/Downloads
mkdir ~/Pictures
mkdir ~/Projects
mkdir ~/School
mkdir ~/Videos
# -------------------
cd /etc/nixos/
sudo nixos-rebuild switch --flake '.#<host>'

You will also have to copy over ~/.ssh and ~/.secrets

Acknowledgements