Configure the basics of hyprland

This commit is contained in:
SebastianStork 2024-04-05 22:47:48 +02:00
parent 90781bbed0
commit 288c7180a3
3 changed files with 126 additions and 2 deletions

View file

@ -6,7 +6,10 @@
}: let
cfg = config.myConfig.de;
in {
imports = [./qtile.nix];
imports = [
./qtile.nix
./hyprland.nix
];
options.myConfig.de = {
theming.enable = lib.mkEnableOption "";