added missing semicolons

This commit is contained in:
twoneis 2023-11-02 05:25:53 +01:00
parent be5302cc25
commit f08de00583
3 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@ pkgs: with pkgs: [
gnome.nautilus gnome.nautilus
vlc vlc
image-roll image-roll
] ];

View file

@ -6,4 +6,4 @@ pkgs: with pkgs: [
discord discord
signal-desktop signal-desktop
spotify spotify
] ];

View file

@ -1,3 +1,3 @@
pkgs: with pkgs: [ pkgs: with pkgs: [
steam steam
] ];