Logo
Explore Help
Sign In
m3tam3re/nixos-config
1
0
Fork 0
You've already forked nixos-config
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
eb06533174b600e2693b2b286b212d378a8a8b94
nixos-config/home/desktop/wm/default.nix

9 lines
158 B
Nix
Raw Normal View History

feat: create new home/ directory structure for profile-based config New structure: - home/base/ - Always loaded (shell, cli-tools, secrets) - home/coding/ - Profile-independent dev tooling (editor, lsp, git, agents) - home/profiles/ - Freely combinable profiles (gaming, media) - home/desktop/ - Desktop-only (wm, apps, theme) - home/server/ - Minimal server stub Migration sources: - home/features/cli/ → home/base/{shell,cli-tools,secrets} - home/features/desktop/hyprland,wayland,rofi → home/desktop/wm/ - home/features/desktop/obsidian,office,webapps,crypto → home/desktop/apps/ - home/features/desktop/fonts,theme,wallpapers → home/desktop/theme/ - gaming.nix split → home/profiles/gaming/{steam,gamescope} - media.nix split → home/profiles/media/{obs,ffmpeg,yt-dlp,kdenlive,handbrake} Option namespaces updated: - features.cli.* → base.shell.* / base.cliTools.* / base.secrets - features.desktop.* → desktop.wm.* / desktop.apps.* / desktop.theme.* - features.desktop.gaming → profiles.gaming.* - features.desktop.media → profiles.media.* Verified: nix flake check passes (warnings only)
2026-04-26 10:37:03 +02:00
# Window manager aggregator — Hyprland, Wayland tools, and Rofi launcher.
{...}: {
imports = [
./hyprland.nix
./wayland.nix
./rofi.nix
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 37ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API