1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-06 12:07:29 +02:00
This commit is contained in:
xqtc 2025-03-03 17:50:22 +01:00
parent 35508f5423
commit 4aa0156f6c
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
3 changed files with 21 additions and 4 deletions

View file

@ -34,4 +34,13 @@
};
};
};
programs.ssh = {
enable = true;
matchBlocks = {
"ryuko.suizid.jetzt" = {
user = "root";
};
};
};
}

View file

@ -195,6 +195,7 @@
home.file.".config/hypr/pfp.jpg".source = ../config-files/hyprlock-pfp.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;
programs.hyprlock = {
enable = true;
@ -208,10 +209,10 @@
background = [
{
# path = "screenshot";
# blur_passes = 3;
# blur_size = 8;
color = "rgb(0e1419)";
path = ".config/hypr/bg.png";
blur_passes = 3;
blur_size = 8;
# color = "rgb(0e1419)";
}
];

View file

@ -14,6 +14,13 @@ rebuild:
fi
nh os switch . -- -vv;
rebuild-remote:
#!/usr/bin/env bash
set -euxo pipefail
HOSTNAME=$(hostname)
#NIX_SSHOPTS="-i /home/xqtc/.ssh/id_ed25519"
nixos-rebuild switch --flake .#$HOSTNAME --build-host xqtc@88.99.90.90 --use-substitutes --use-remote-sudo
beleth:
#!/usr/bin/env bash
set -euxo pipefail