diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-31 11:51:08 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-31 11:51:08 +0200 |
commit | 0f9393f20f944eab8c78b91767e437a8299338fb (patch) | |
tree | a7e242659a86a94f8a9134d27bd6268eb95b1934 | |
parent | 83d7f4be08f2ebc0497df0458194f001a6d47a5a (diff) |
feat(home): test unmodified bash service
-rw-r--r-- | suweren/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/home.scm b/suweren/home.scm index ad45b7d..5882246 100644 --- a/suweren/home.scm +++ b/suweren/home.scm @@ -53,7 +53,7 @@ packages)) (shepherd (service home-shepherd-service-type)) (update-commands* (update-commands host-name*))) - (list bash + (list ;; bash dbus pipewire profile |