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
|
||||
git
|
||||
man-pages
|
||||
|
@ -7,4 +7,4 @@ pkgs: with pkgs: [
|
|||
gnome.nautilus
|
||||
vlc
|
||||
image-roll
|
||||
];
|
||||
]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pkgs: with pkgs: [
|
||||
pkgs: with pkgs; [
|
||||
gnomeExtensions.paperwm
|
||||
thunderbird
|
||||
helix
|
||||
|
@ -6,4 +6,4 @@ pkgs: with pkgs: [
|
|||
discord
|
||||
signal-desktop
|
||||
spotify
|
||||
];
|
||||
]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
pkgs: with pkgs: [
|
||||
pkgs: with pkgs; [
|
||||
steam
|
||||
];
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue