cleanup hyprland and embrace dms

This commit is contained in:
2025-11-07 10:39:48 +01:00
parent 94f392c388
commit 7b9122fe7f
10 changed files with 71 additions and 554 deletions

View File

@@ -1,9 +1,23 @@
{
config,
lib,
...
}:
let
cfg = config.nix-config.hypr;
in
{
options = {
nix-config.hypr.enable = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Enable an opinionated hyprland+quickshell setup as a desktop environment.";
};
};
imports = [
./hyprland
./hyprpaper.nix
./hyprlock.nix
./hypridle.nix
./waybar.nix
];
}