Skip to content

romek-codes/nexusystem

Repository files navigation


nexusystem



Table of Content

Introduction

Transform your desktop into a productivity powerhouse with this beautiful, keyboard-driven Linux environment. Built on the lightning-fast Hyprland compositor, this setup delivers a modern, animated workspace that's both stunning and efficient. Whether you're a complete Linux newcomer or a seasoned power user, everything is configured out-of-the-box with automatic theming, easily accessible command palette, and declarative configuration that makes customization effortless.

Universal Features:

  • 🔎 Command palette - perform many actions under one key! See home/scripts/command-palette/default.nix
  • 🎨 Consistent Theming - base16 & stylix-powered themes across all applications
  • ⌨️ Keyboard-focused navigation - vim-like keybindings everywhere (Hyprland, nvim, browser, etc.)
  • 📦 Easy package management - add/remove programs effortlessly, browse available packages at search.nixos.org
  • 🌆 Animated wallpaper support - easily select an animated or static wallpaper

For Developers:

  • 💻 Hyprland-centric - Preconfigured ecosystem (Hyprlock, Hyprpanel, etc.)
  • 🔧 Pure Lua Neovim setup (easily modifiable)
  • 🖥️ Multi-machine support - easily extend config across different systems
  • ⚙️ Variable-based setup - customize everything through simple configuration variables
  • 🏠 Home-manager integration - declarative user environment management

For Creatives:

  • 🎨 GIMP with Photoshop-like interface - familiar workflow for designers
  • 🎬 Video editing with Kdenlive - professional video editing capabilities

For Gamers:

  • 🎮 Lutris - unified launcher for games and emulators (Steam, Epic, retro consoles, etc.)
  • 🎯 Steam integration - seamless gaming experience with Proton
  • 🕹️ Retro gaming - PS2, PS3, and other console emulators through Lutris
  • Performance optimizations - gaming-focused kernel and driver configurations

and much more!

Gallery

nvim, yt music zen browser, command palette qdirstat planify steam and lutris for gaming

Architecture

🏠 /home (User-level configuration)

Contains dotfiles and settings that apply to your user environment.

Subfolders:

  • programs is a collection of apps configured with home-manager
  • scripts is a folder full of bash scripts (see SCRIPTS.md)
  • system is some "desktop environment" configuration

🐧 /nixos

Those are the system-level configurations. (audio, bluetooth, gpu, bootloader, ...)

🎨 /themes

This folder contains all system themes. Mainly stylix configurations. Check out the available themes and learn how to create your own in THEMES.md

💻 /hosts

This directory contains host-specific configurations. Each host includes:

  • configuration.nix for system-wide settings
  • home.nix for user-level configuration
  • variables.nix for global variables
  • secrets/ for sensitive data

Installation

  1. Fork this repo and clone it to your system:
git clone https://github.com/romek-codes/nexusystem ~/.config/nixos
  1. Copy the hosts/laptop folder, rename it to match your system’s hostname, and update variables.nix with your machine’s settings.
  2. Copy your hardware-configuration.nix into your new host's folder to ensure proper hardware support.
  3. Register your new host in flake.nix by adding it under nixosConfigurations.

Important

# CHANGEME comments are placed throughout the config to indicate necessary modifications. Use the following command to quickly locate them:

rg "CHANGEME" ~/.config/nixos

Tip

When you add new files, don't forget to run git add . to add them to the git repository

  1. Build the system
sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname

Documentation

Credits

Special thanks to the amazing people who made this configuration possible:

  • gvolpe - For helping me dive into the Nix ecosystem. His configuration was the first I used and modified to create my own, serving as my gateway into the world of declarative system management.

  • anotherhadi - For the beautiful foundation that became this configuration. His config provided the elegant base that I've built upon and customized.

This project stands on the shoulders of these contributors and the broader NixOS community. 🙏

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 5