ZaneyOS is a simple way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more.
Inspiration for the Waybar config here.
Third waybar option
This project has a Wiki. Find out how to use ZaneyOS here! ddubs has put a lot of effort into the FAQ so it should be accurate. However, please if you notice that something is wrong with it create an issue or reach out to us on Discord.
- You must be running on NixOS, version 23.11+.
- 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 parititon 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.
- 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.
- Using Hyprland for increased elegance, functionality, and effeciency.
- No massive Neovim project here. This is my simple, easy to understand, yet incredible Neovim setup. With language support already added in.
- 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.
- 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.
Please do yourself a favor and read the wiki.
- 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
andmodules/core/user.nix
. One is for programs available system wide and the other for your users environment only.
-
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.
-
Don't forget to checkout the FAQ
Below are the keybindings for Hyprland, formatted for easy reference.
$modifier + Return
β Launchterminal
$modifier + K
β List keybinds$modifier + Shift + Return
β Launchrofi-launcher
$modifier + Shift + W
β Openweb-search
$modifier + Alt + W
β Openwallsetter
$modifier + Shift + N
β Runswaync-client -rs
$modifier + W
β LaunchWeb Browser
$modifier + Y
β Openkitty
withyazi
$modifier + E
β Openemopicker9000
$modifier + S
β Take a screenshot$modifier + D
β OpenDiscord
$modifier + O
β LaunchOBS Studio
$modifier + C
β Runhyprpicker -a
$modifier + G
β OpenGIMP
$modifier + V
β Show clipboard history viacliphist
$modifier + T
β Toggle terminal withpypr
$modifier + M
β Openpavucontrol
$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
$modifier + Shift + β / β / β / β
β Move window left/right/up/down$modifier + Shift + H / L / K / J
β Move window left/right/up/down$modifier + Alt + β / β / β / β
β Swap window left/right/up/down$modifier + Alt + 43 / 46 / 45 / 44
β Swap window left/right/up/down
$modifier + β / β / β / β
β Move focus left/right/up/down$modifier + H / L / K / J
β Move focus left/right/up/down
$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
Alt + Tab
β Cycle to next windowAlt + Tab
β Bring active window to top
β¬οΈ Install with script
This is the easiest and recommended way of starting out. 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!
Simply copy this and run it:
nix-shell -p git curl
Then:
sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/stable-2.3/install-zaneyos.sh)
𦽠Manual install process:
- Run this command to ensure Git & Vim are installed:
nix-shell -p git vim
- Clone this repo & enter it:
cd && git clone https://gitlab.com/zaney/zaneyos.git
cd zaneyos
- You should stay in this folder for the rest of the install
- Create the host folder for your machine(s) like so:
cp -r hosts/default hosts/<your-desired-hostname>
-
Edit
hosts/<your-desired-hostname>/variables.nix
. -
Edit
flake.nix
and fill in your username, profile, and hostname. -
Generate your hardware.nix like so:
nixos-generate-config --show-hardware-config > hosts/<your-desired-hostname>/hardware.nix
- Run this to enable flakes and install the flake replacing hostname with whatever you put as the hostname:
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.
Thank you for all your assistance
- Jakookit https://github.com/jakookit
- Justaguylinux https://github.com/drewgrif
- Jerry Starke https://github.com/JerrySM64