dendrify: comfy-station
This commit is contained in:
10
old/modules/home/hyprland/default.nix
Normal file
10
old/modules/home/hyprland/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{lib, ...}: {
|
||||
options.hive.hyprland = {
|
||||
enable = lib.mkEnableOption "Enable Hyprland configuration";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./config.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user