mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-12 18:17:30 +02:00
dings
This commit is contained in:
parent
63071bd5db
commit
5ec09d13a0
2 changed files with 13 additions and 1 deletions
|
@ -196,6 +196,7 @@
|
|||
home.file.".config/hypr/pfp.jpg".source = ../config-files/hyprlock-pfp2.jpg;
|
||||
home.file.".config/hypr/nixos-logo.png".source = ../config-files/nix-snowflake-trans-colours.png;
|
||||
home.file.".config/hypr/bg.png".source = ../../walls/walls/98223673_p0.png;
|
||||
home.file.".config/hypr/chaos_star_white.png".source = ../config-files/chaos_star_white.png;
|
||||
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
@ -248,7 +249,8 @@
|
|||
}
|
||||
{
|
||||
size = "80";
|
||||
path = "${../config-files/chaos_star_white.png}";
|
||||
# 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)";
|
||||
|
|
|
@ -122,6 +122,16 @@
|
|||
header @textFiles Content-Type "text/plain; charset=utf-8"
|
||||
'';
|
||||
};
|
||||
"methamphetam.in" = {
|
||||
extraConfig = ''
|
||||
root * /var/www/marie-website/
|
||||
file_server
|
||||
@textFiles {
|
||||
path *.txt
|
||||
}
|
||||
header @textFiles Content-Type "text/plain; charset=utf-8"
|
||||
'';
|
||||
};
|
||||
"juvi.likes.graphics" = {
|
||||
extraConfig = ''
|
||||
root * /var/www/juvi-website/
|
||||
|
|
Loading…
Add table
Reference in a new issue