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