Fix gunter stuff

This commit is contained in:
2024-04-22 22:34:14 +02:00
parent 40c90f7fee
commit d0faa61427
7 changed files with 88 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{ config, pkgs, ... }: {
{ config, osConfig, pkgs, ... }: {
home.packages = with pkgs; [
unstable.hyprlock
];
xdg.configFile = {
"hypr/hyprlock.conf" = {
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hyprlock.conf";
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hyprlock_${osConfig.system.name}.conf";
target = "hypr/hyprlock.conf";
};
};