Compare commits

..

No commits in common. "39ddd06084a83a790434a805eb191073253137b6" and "ba2d7312b416e2d02346466932df73529096df10" have entirely different histories.

3 changed files with 3 additions and 23 deletions

View file

@ -44,28 +44,6 @@ let
.output()
.expect("Unable to play audio via mpv");
}
let xrootdatetime_pid_raw =
Command::new("systemctl")
.args([
"--user",
"show",
"--property", "MainPID",
"--value", "xrootdatetime"
])
.output();
if let Ok(xrootdatetime_pid_raw) = xrootdatetime_pid_raw {
if let Ok(xrootdatetime_pid) = str::from_utf8(&xrootdatetime_pid_raw.stdout[..]) {
let _ = Command::new("kill")
.args([
"-s",
"SIGUSR1",
xrootdatetime_pid
])
.spawn();
}
}
}
'';
in

View file

@ -53,6 +53,8 @@
curl
git
killall
godot_4-mono
];
fonts.packages = with pkgs; [

View file

@ -49,7 +49,7 @@ in
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/0499-9841";
device = "/dev/disk/by-uuid/1A0A-CEB2";
fsType = "vfat";
};