mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-14 14:01:45 +02:00
niri already owns the org.freedesktop.ScreenSaver interface and feeds its inhibitors into the compositor idle notifier, so hypridle's own registration always fails with 'Another service is already providing...'. Set ignore_dbus_inhibit = true so hypridle no longer tries to claim it; D-Bus inhibits are still handled by niri.
Home Manager's Linux Submodules
This directory contains Linux-specific Home Manager configurations organized for different use cases.
Configuration Modules
Core Configurations
- core.nix: Essential Linux-specific configurations and settings
- base/: Base Linux configurations including shell, tools, and utilities
shell.nix: Shell configurations and aliasestools.nix: Essential command-line tools and utilities
Desktop Configurations
- gui/: Desktop environment configurations
- niri/: Niri compositor configuration
- base/: Common desktop applications and services
- editors/: Text editor configurations for desktop environments
Available Entry Points
- core.nix: Core Linux configuration, suitable for basic setups
- tui.nix: Terminal-based interface configuration for lightweight environments
- gui.nix: Graphical user interface configuration entry point, imports desktop environments
Usage
- Lightweight/Terminal: Use
core.nixortui.nixfor terminal-focused setups - Desktops: Use
gui.nixfor full desktop environments with Noctalia Shell and Niri compositor - Custom: Mix and match configurations as needed for your specific use case