update flake

master
Andriy Cherniy 2024-04-06 17:30:28 +03:00
parent 142c3ebacf
commit 5c7b3f9fb2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
apps = { apps = {
dwm = { dwm = {
type = "app"; type = "app";
program = "${defaultPackage}/bin/st"; program = "${defaultPackage}/bin/dwm";
}; };
}; };