This commit is contained in:
m3tam3re
2025-08-28 20:31:25 +02:00
parent 7a3f368aca
commit d96e054ef3
3 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,5 @@
{ {
config, config,
pkgs,
lib, lib,
... ...
}: }:

View File

@ -3,9 +3,7 @@
lib, lib,
... ...
}: }:
with lib; let with lib; {
cfg = config.features.desktop.hyprland;
in {
imports = [ imports = [
../common ../common
./dotfiles ./dotfiles

View File

@ -3,9 +3,7 @@
lib, lib,
... ...
}: }:
with lib; let with lib; {
cfg = config.features.desktop.hyprland;
in {
imports = [ imports = [
../common ../common
./dotfiles ./dotfiles