pinwheel: Remove with in home.nix

This commit is contained in:
Alexander Heldt
2023-10-22 13:21:12 +02:00
parent 586772e02a
commit c2b051ad31

View File

@@ -10,9 +10,9 @@
home.username = "alex";
home.homeDirectory = "/home/alex";
home.packages = with pkgs; [
tig
onlyoffice-bin
home.packages = [
pkgs.tig
pkgs.onlyoffice-bin
];
home.stateVersion = "23.05";