Rename the namespace of the home-modules

This commit is contained in:
SebastianStork 2025-05-27 22:47:12 +02:00
parent 06623cd93a
commit f0df314f21
25 changed files with 74 additions and 68 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
{
config = lib.mkIf config.myConfig.de.hyprland.enable {
config = lib.mkIf config.custom.de.hyprland.enable {
wayland.windowManager.hyprland.settings = {
input = {
kb_layout = "de";
@ -36,13 +36,13 @@
dark = "rgb(ffffff)";
light = "rgb(000000)";
}
.${config.myConfig.theme};
.${config.custom.theme};
"col.inactive_border" =
{
dark = "rgba(ffffff00)";
light = "rgba(ffffff00)";
}
.${config.myConfig.theme};
.${config.custom.theme};
layout = "master";
};