fixed syntax error
This commit is contained in:
parent
f08de00583
commit
0dcb18d7fd
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
pkgs: with pkgs: [
|
pkgs: with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
git
|
git
|
||||||
man-pages
|
man-pages
|
||||||
|
@ -7,4 +7,4 @@ pkgs: with pkgs: [
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
vlc
|
vlc
|
||||||
image-roll
|
image-roll
|
||||||
];
|
]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pkgs: with pkgs: [
|
pkgs: with pkgs; [
|
||||||
gnomeExtensions.paperwm
|
gnomeExtensions.paperwm
|
||||||
thunderbird
|
thunderbird
|
||||||
helix
|
helix
|
||||||
|
@ -6,4 +6,4 @@ pkgs: with pkgs: [
|
||||||
discord
|
discord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify
|
spotify
|
||||||
];
|
]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pkgs: with pkgs: [
|
pkgs: with pkgs; [
|
||||||
steam
|
steam
|
||||||
];
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue