…and unnecessary braces as well

flake-conversion
Trolli Schmittlauch 2020-04-15 19:34:27 +02:00
parent 4cccef71fb
commit 0226e0262a
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ let
in
{
home.packages = (
home.packages =
desktopApps
++ latexApps
++ pythonApps
@ -274,7 +274,7 @@ in
++ fonts
++ nixHelpers
++ games
);
;
programs.home-manager.enable = true;
programs.home-manager.path = "$HOME/.nix-defexpr/channels/home-manager";