Skip to content

Repository files navigation

English | EspaΓ±ol

ZaneyOS 🟰 Best ❄️ NixOS Configs

** Updated: January 16th, 2026

ZaneyOS is a simple way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more.

Important Note on Noctalia

The first time you login, screen will be blank SUPER + SHIFT + C to exit. Login in, noctalia will start from then on

πŸ“Έ More Screenshots

Waybar Themes

Noctalia Shell Integration

Additional Features

Cheatsheets and Guides

πŸ– Requirements

  • You must be running on NixOS, version 24.05+.
  • The zaneyos folder (this repo) is expected to be in your home directory.
  • You must have installed NIXOS using GPT parition with booting with UEFI.
  • ** 500MB minimum /boot partition required. **
  • Systemd-boot is what is supported.
  • For GRUB you will have to brave the internet for a how-to. ☺️
  • Manually editing your host specific files.
  • The host is the specific computer your installing on.

🎹 Pipewire & Notification Menu Controls

  • We are using the latest and greatest audio solution for Linux. Not to mention you will have media and volume controls in the notification center available in the top bar.

πŸ‡ Optimized Workflow & Simple Yet Elegant Neovim

  • Using Hyprland for increased elegance, functionality, and efficiency.
  • No massive NeoVIM project here, using nixvim for an incredible NeoVIM setup. With language support already added in.

πŸ–₯️ Multi Host & User Configuration

  • You can define separate settings for different host machines and users.
  • Easily specify extra packages for your users in the modules/core/user.nix file.
  • Easy to understand file structure and simple, but encompassing, configuration.

πŸ‘Ό An Incredible Community Focused On Support

  • The entire idea of ZaneyOS is to make NixOS an approachable space.
  • NixOS is actually a great community that you will want to be a part of.
  • Many people who are patient and happy to spend their free time helping you are running ZaneyOS.
  • Feel free to reach out on the Discord for any help with anything.

πŸ“¦ How To Install Packages?

  • You can search the Nix Packages & Options pages for what a package may be named or if it has options available that take care of configuration hurdles you may face.
  • To add a package there are the sections for it in modules/core/packages.nix and modules/core/user.nix. One is for programs available system wide and the other for your users environment only.

πŸ™‹ Having Issues / Questions?

  • Please feel free to raise an issue on the repo, please label a feature request with the title beginning with [feature request], thank you!
  • Contact us on Discord as well, for a potentially faster response.

Hyprland Keybindings

Below are the keybindings for Hyprland, formatted for easy reference. The right column shows keybindings that are specific to Noctalia Shell (only available when barChoice = "noctalia").

Standard Keybindings

Application Launching

  • $modifier + Return β†’ Launch terminal
  • $modifier + Tab β†’ Toggle Quickshell Overview (workspace overview with live previews)
  • $modifier + K β†’ List keybinds
  • $modifier + Shift + W β†’ Open web-search
  • $modifier + Alt + W β†’ Open wallsetter
  • $modifier + Shift + N β†’ Run swaync-client -rs
  • $modifier + W β†’ Launch Web Browser
  • $modifier + Y β†’ Open kitty with yazi
  • $modifier + E β†’ Open emopicker9000
  • $modifier + S β†’ Take a screenshot
  • $modifier + Shift + D β†’ Open Discord
  • $modifier + O β†’ Launch OBS Studio
  • $modifier + Alt + C β†’ Color Picker
  • $modifier + G β†’ Open GIMP
  • $modifier + T β†’ Toggle terminal with pypr
  • $modifier + Alt + M β†’ Open pavucontrol

Window Management

  • $modifier + Q β†’ Kill active window
  • $modifier + P β†’ Toggle pseudo tiling
  • $modifier + Shift + I β†’ Toggle split mode
  • $modifier + F β†’ Toggle fullscreen
  • $modifier + Shift + F β†’ Toggle floating mode
  • $modifier + Alt + F β†’ Float all windows
  • $modifier + Shift + C β†’ Exit Hyprland

Window Movement

  • $modifier + Shift + ← / β†’ / ↑ / ↓ β†’ Move left/right/up/down
  • $modifier + Shift + H / L / K / J β†’ Move left/right/up/down
  • $modifier + Alt + ← / β†’ / ↑ / ↓ β†’ Swap left/right/up/down

Focus Movement

  • $modifier + ← / β†’ / ↑ / ↓ β†’ Move focus left/right/up/down
  • $modifier + H / L / K / J β†’ Move focus left/right/up/down

Workspaces

  • $modifier + 1-10 β†’ Switch to workspace 1-10
  • $modifier + Shift + Space β†’ Move window to special workspace
  • $modifier + Space β†’ Toggle special workspace
  • $modifier + Shift + 1-10 β†’ Move window to workspace 1-10
  • $modifier + Control + β†’ / ← β†’ Switch workspace forward/backward

Window Cycling

  • Alt + Tab β†’ Cycle to next window / Bring active to top

🎨 Noctalia Shell Keybindings

Available when barChoice = "noctalia" in variables.nix

  • $modifier + D β†’ Launcher Toggle
  • $modifier + Shift + Return β†’ Launcher Toggle
  • $modifier + M β†’ Notifications Menu
  • $modifier + V β†’ Clipboard Manager
  • $modifier + Alt + P β†’ Settings Panel
  • $modifier + Shift + , β†’ Settings Panel
  • $modifier + Alt + L β†’ Lock Screen
  • $modifier + Shift + Y β†’ Wallpaper Manager
  • $modifier + X β†’ Power Menu
  • $modifier + C β†’ Control Center
  • $modifier + Ctrl + R β†’ Screen Recorder

Rofi Launcher (Waybar Mode)

Available when barChoice = "waybar" in variables.nix

  • $modifier + D β†’ Launch Rofi Launcher
  • $modifier + Shift + Return β†’ Launch Rofi Launcher

Other Features

  • $modifier + Shift + Return (Waybar) β†’ Application Launcher
  • $modifier + V (Waybar) β†’ Clipboard History via cliphist

Installation:

⚠️ IMPORTANT: These installation methods are for NEW INSTALLATIONS ONLY. If you already have ZaneyOS installed and want to upgrade to v2.4, see the Upgrade Instructions below. Note: There is an issue with upgrade script. It's been removed until it's fixed.

⬇️ Install with script (NEW INSTALLATIONS ONLY)

πŸ“œ Script:

This is the easiest and recommended way of starting out for new installations. The script is not meant to allow you to change every option that you can in the flake or help you install extra packages. It is simply here so you can get my configuration installed with as little chances of breakages and then fiddle to your hearts content!

⚠️ WARNING: This script will completely replace any existing ~/zaneyos directory. Do NOT use this if you already have ZaneyOS installed and configured.

Simply copy this and run it:

ZaneyOS First Install Command

nix-shell -p git curl pciutils

Then:

ZaneyOS Install Script Command

sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)

The install process will look something like this:

First Part Of Install

Second Part Of Install

After the install completes your environment will probably look broken. Just reboot and you will see this as your login:

Display Manager

Then after login you should see a screen like this:

Desktop Example

🦽 Manual install process:
  1. Run this command to ensure Git & Vim are installed:
nix-shell -p git vim
  1. Clone this repo & enter it:
cd && git clone https://gitlab.com/zaney/zaneyos.git -b main --depth=1 ~/zaneyos
cd zaneyos

You can still run the `install.sh` script if you want to.
  • You should stay in this folder for the rest of the install
  1. Create the host folder for your machine(s) like so:
cp -r hosts/default hosts/<your-desired-hostname>
git add .
  1. Edit `hosts//variab nixos-generate-config --show-hardware-config > hosts//hardware.nix

7. Run this to enable flakes and install the flake replacing hostname with
   profile. I.e. `intel`, `nvidia`, `nvidia-laptop`, `amd-hybrid`, or `vm`

NIX_CONFIG="experimental-features = nix-command flakes" sudo nixos-rebuild switch --flake .#profile


Now when you want to rebuild the configuration you have access to an alias
called `fr` that will rebuild the flake and you do not have to be in the
`zaneyos` folder for it to work.

</details>

### Special Recognitions:

Thank you for all your assistance

- Jakookit https://github.com/jakookit
- Justaguylinux https://github.com/drewgrif
- Jerry Starke https://github.com/JerrySM64

## Hope you enjoy!

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages