diff --git a/modules/ags/config/.envrc b/modules/ags/config/.envrc index c79171c6..1b7f76a7 100644 --- a/modules/ags/config/.envrc +++ b/modules/ags/config/.envrc @@ -1 +1,2 @@ -use flake $FLAKE#node +use flake "$FLAKE#node" +npm ci diff --git a/modules/ags/config/ts/bar/binto.ts b/modules/ags/config/ts/bar/binto.ts index 3d652918..d96171b2 100644 --- a/modules/ags/config/ts/bar/binto.ts +++ b/modules/ags/config/ts/bar/binto.ts @@ -35,6 +35,8 @@ export default () => BarRevealer({ center_widget: Box({ children: [ CurrentWindow(), + + Separator(PADDING / 2), ], }),