Skip to content
/ NixOS Public

NixOS Hyperland-based window manager for NixOS with seamless tiling, customization, and stable configuration.

License

Notifications You must be signed in to change notification settings

authxth/NixOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


❄️ My NixOS system ❄️

Installation

Note

You should review the configuration variables in flake.nix before installing.

nix run --experimental-features "nix-command flakes" nixpkgs#git clone https://github.com/thapasijan17/NixOS.git ~/NixOS
cd ~/NixOS
./install.sh

For a list of keybinds press Super + ? or Super + Ctrl + K

nix flake init -t ~/NixOS#NAME

or use the "new" keyword to initialise a new directory

nix flake new -t ~/NixOS#NAME PROJECT_NAME

where NAME is any of the templates defined in dev-shells/default.nix

Building manually

Important

When building manually from the flake make sure to place your hardware-configuration.nix in hosts/Default/
then change the username variable in flake.nix with your username!! THIS IS IMPORTANT
afterwards run the command below

sudo nixos-rebuild switch --flake .#Default