mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-06 12:07:29 +02:00
ricing
This commit is contained in:
parent
35508f5423
commit
4aa0156f6c
3 changed files with 21 additions and 4 deletions
|
@ -34,4 +34,13 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"ryuko.suizid.jetzt" = {
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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)";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
7
justfile
7
justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue