mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
formated whole config with alejandra
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{ writeShellApplication
|
||||
, libnotify
|
||||
, systemd
|
||||
{
|
||||
writeShellApplication,
|
||||
libnotify,
|
||||
systemd,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "custom-olddeprecatedbatterynotify";
|
||||
|
||||
runtimeInputs = [
|
||||
libnotify # provides notify-send
|
||||
systemd # provides systemctl
|
||||
libnotify # provides notify-send
|
||||
systemd # provides systemctl
|
||||
];
|
||||
|
||||
text = ''
|
||||
|
||||
Reference in New Issue
Block a user