Skip to content

Commit f8d3d46

Browse files
committed
refactor: with considered harmful
1 parent 98e1a68 commit f8d3d46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/nixos/suites/cli-utils/default.nix

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ in
3030
};
3131
};
3232

33-
elementary.home.packages = with pkgs; [
34-
tldr
35-
btop
36-
pmount
37-
exfat
38-
wget
39-
p7zip
33+
elementary.home.packages = [
34+
pkgs.tldr
35+
pkgs.btop
36+
pkgs.pmount
37+
pkgs.exfat
38+
pkgs.wget
39+
pkgs.p7zip
4040
];
4141
};
4242
}

0 commit comments

Comments
 (0)