Fix hyprland

This commit is contained in:
2025-04-24 13:41:09 +02:00
parent b077da4998
commit 6f57594884
20 changed files with 502 additions and 148 deletions

View File

@ -19,4 +19,6 @@
layout = "de";
variant = "";
};
console.keyMap = "de";
}

View File

@ -12,6 +12,7 @@
config = {
allowUnfree = true;
allowUnfreePredicate = _: true; # TODO: what is this
warn-dirty = false;
permittedInsecurePackages = [
"olm-3.2.16"
];

View File

@ -33,14 +33,14 @@ in
enable = true;
iconTheme = julianCfg.gtk.iconTheme;
theme = julianCfg.gtk.theme;
font = julianCfg.fontProfiles.regular;
cursorTheme = {
inherit (julianCfg.gtk.cursorTheme) name package;
};
settings.background = {
path = julianCfg.wallpaper;
fit = "Cover";
};
# font = julianCfg.fontProfiles.regular; # TODO: do
# cursorTheme = {
# inherit (julianCfg.gtk.cursorTheme) name package;
# }; # TODO: fix
# settings.background = {
# path = julianCfg.wallpaper;
# fit = "Cover";
# }; # TODO: fix
};
services.greetd = {
enable = true;

View File

@ -42,4 +42,7 @@ in
};
home-manager.users.julian = import ../../../../homes/julian/${config.networking.hostName}.nix;
security.pam.services.swaylock = { }; # Make swaylock unlocking work
}