- Introduced a new power menu script using fuzzel for session management. - Updated Bellerophon configuration to include Niri desktop and its components. - Removed obsolete README for Niri and consolidated its configuration files. - Added swayidle and swaylock integration for idle management and screen locking. - Implemented waybar for status bar functionality with basic configuration. - Created fuzzel integration for application launching and menu access. - Added zenbook debugging scripts for display and keyboard diagnostics. - Migrated keyring and other configurations to streamline Niri setup. - Enhanced display management with systemd services for better integration.
22 lines
511 B
Nix
22 lines
511 B
Nix
{...}: {
|
|
imports = [
|
|
#
|
|
# ========== Required Configs ==========
|
|
#
|
|
common/core
|
|
|
|
#
|
|
# ========== Host-specific Optional Configs ==========
|
|
#
|
|
# FIXME(starter): add or remove any optional config directories or files ehre
|
|
common/optional/browsers
|
|
common/optional/desktops/niri
|
|
common/optional/desktops/niri/zenbook-screen.nix
|
|
common/optional/comms
|
|
common/optional/media
|
|
common/optional/coding
|
|
common/optional/games
|
|
common/optional/productivity
|
|
];
|
|
}
|