[ Niri ] + Nixos
github.com·1d·
Discuss: r/unixporn
Flag this post

s13los NixOS/Niri Configuration

This repository manages the NixOS system and user configuration for the s13l user, featuring a Niri-based Wayland desktop, custom Waybar theming, and a curated set of tools. It uses Nix flakes and Home Manager for modular, reproducible configuration.

Structure

  • flake.nix: Entry point; defines system and user config, imports configuration.nix and Home Manager modules.

  • configuration.nix: Main NixOS system config (hardware, boot, networking, users).

  • modules/home/: Home Manager modules for user-level config:

  • home.nix: Aggregates user config, imports other modules.

  • niri.nix: Niri window manager settings (apps, env, exec-once, theming).

  • waybar.nix: Waybar status bar config and theming.

Usage

First, copy …

Similar Posts

Loading similar posts...