Skip to content

yorqat/nixo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YorPuter

A pretty cool system on wayland with some cool widgets.

my current wallpaper


Config in a config

You may tailor the config to how you want it.


Required directories

Since these are located at / it would be desirable if these are mountpoints or symlinks.

Note: Ability to change locations rolling out soon.

Home folders: Desktop, Documents, Videos, Pictures, Music

Secrets like .ssh and .wakatime.cfg

Try it out!

$ git clone git@github.com:yorqat/nixo.git

Installing from a nixos live environment

  • Since this is manual installation, consider reading on nixos mount points

  • Partitions should look like this on your live environment. Tip: I just turned on esp flag for boot partition using gparted

/
├── mnt/
│   └── boot/
└── ...

Note: Make sure you are cd'd correctly as it will override hardware-configuration.nix

# Generate config to persist mount points
$ nixos-generate-config --root /mnt --show-hardware-config > hardware-configuration.nix

# Install on /mnt
# Replace <hostName> with your host name like .#qat
$ nixos-install --root /mnt --flake .#<hostName>

Launch window manager

$ Hyprland

Rebuilding on changes

Note: If you update hardware or change mount points just regenerate hardware configuration

$ nixos-generate-config --show-hardware-config > hardware-configuration.nix

$ nixos-rebuild switch --flake .#<hostName> -v

Warning: Changing userName don't move your stuff but will create a new home directory.

About

My current workstations configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published