delet unnecessary empty list in home packages
This commit is contained in:
parent
3734b2d852
commit
4cccef71fb
|
@ -182,7 +182,6 @@ let
|
||||||
qtcreator
|
qtcreator
|
||||||
shellcheck
|
shellcheck
|
||||||
mtr
|
mtr
|
||||||
wireshark
|
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
# Haskell
|
# Haskell
|
||||||
|
@ -264,8 +263,7 @@ in
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = (
|
home.packages = (
|
||||||
[]
|
desktopApps
|
||||||
++ desktopApps
|
|
||||||
++ latexApps
|
++ latexApps
|
||||||
++ pythonApps
|
++ pythonApps
|
||||||
++ graphicsApps
|
++ graphicsApps
|
||||||
|
|
Loading…
Reference in a new issue