mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-06 04:57:28 +02:00
ricee
This commit is contained in:
parent
89a6d27805
commit
8479a7d5d9
2 changed files with 12 additions and 10 deletions
|
@ -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)";
|
||||
}
|
||||
];
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "*";
|
||||
|
|
Loading…
Add table
Reference in a new issue