My main NixOS configuration. Features include a polished Hyprland environment with optional animated borders. Keyboard shortcut menu pop-down available in the top bar and so much more!
Go to file
2024-02-02 07:36:37 +00:00
config Updating Waybar to fix on click issues 2024-02-01 03:03:46 -06:00
CONTRIBUTING.md Add CONTRIBUTING 2024-01-24 05:57:06 +00:00
flake.lock Switched to unstable and has fixed portal regression 2024-01-23 16:07:04 -06:00
flake.nix Fix errors due to files in the way of home manager 2024-02-01 00:28:18 -06:00
hardware.nix Fixed portal issues and switching from gdm to sddm 2024-01-22 19:23:28 -06:00
home.nix Adding seperate styles for waybar 2024-01-24 03:05:52 -06:00
LICENSE Add LICENSE 2024-01-30 08:06:28 +00:00
README.md Cleaned README & linked to new Wiki 2024-02-02 07:36:37 +00:00
system.nix Splitting packages into separate file for system 2024-01-23 17:13:37 -06:00

ZaneyOS 🟰 Best ❄️ NixOS Configs

ZaneyOS is a way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more. Please remember to change username and hostname in flake.nix.

If you want to learn more about my system, this project has a Wiki that explains a ton. It even explains what NixOS is why you may want to choose it and so much more.

Install / Steps To Reproduce My System

  • Enable flakes in your default configuration.nix by adding this:
# Enable Flakes and the new command-line tool
nix.settings.experimental-features = [ "nix-command" "flakes" ];

This file should be located at /etc/nixos/configuration.nix

  • Ensure you have Git listed in your pkgs in the /etc/nixos/configuration.nix file.
  • Change the hostname in the /etc/nixos/configuration.nix file.
  • Rebuild your system.
sudo nixos-rebuild switch
  • Reboot your system.
  • Clone this repo.
  • Then go into repo folder (stay in this folder)
  • Change username, hostname, theme, and any other variables you may want under user information in flake.nix
  • Ensure you have selected the proper cpuType and gpuType in the flake as well.
  • Generate your hardware.nix like so:
nixos-generate-config --show-hardware-config > hardware.nix
  • Run this command:
sudo nixos-rebuild switch --flake .

Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in flake.nix!

Hope you enjoy!