1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-06 04:57:28 +02:00
This commit is contained in:
xqtc 2025-03-21 13:07:30 +01:00
parent 89a6d27805
commit 8479a7d5d9
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 12 additions and 10 deletions
home/modules
hosts/x86_64-linux/yosai

View file

@ -244,22 +244,22 @@
size = "80";
path = "/home/xqtc/.config/hypr/nixos-logo.png";
rounding = "0";
position = "0, -215";
border_color = "rgba(0,0,0,0.0)";
}
{
size = "80";
# path = "${../config-files/chaos_star_white.png}";
path = "/home/xqtc/.config/hypr/chaos_star_white.png";
rounding = "0";
position = "110, -215";
position = "55, -215";
border_color = "rgba(0,0,0,0.0)";
}
# {
# size = "80";
# # path = "${../config-files/chaos_star_white.png}";
# path = "/home/xqtc/.config/hypr/chaos_star_white.png";
# rounding = "0";
# position = "110, -215";
# border_color = "rgba(0,0,0,0.0)";
# }
{
size = "80";
path = "${../config-files/anarchy_symbol.png}";
rounding = "0";
position = "-110, -215";
position = "-55, -215";
border_color = "rgba(0,0,0,0.0)";
}
];

View file

@ -37,6 +37,8 @@
};
};
services.blueman.enable = true;
security.pam.loginLimits = [
{
domain = "*";