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.username = "alex";
home.homeDirectory = "/home/alex"; home.homeDirectory = "/home/alex";
home.packages = with pkgs; [ home.packages = [
tig pkgs.tig
onlyoffice-bin pkgs.onlyoffice-bin
]; ];
home.stateVersion = "23.05"; home.stateVersion = "23.05";