···23232424 # For some reason this doesn't work in the profile, but does over here??
2525 # Something weird in the way I'm importing nixpkgs in the profile or something
2626- services."grasp".enable = true;
2727- services."grasp".path = "/home/anish/kitaab/grasp/grasp.wiki";
2828- services."grasp".user = "anish";
2626+ services.grasp.enable = true;
2727+ services.grasp.path = "/home/anish/kitaab/grasp/grasp.wiki";
2828+ services.grasp.user = "anish";
29293030 # Backups
3131 age.secrets.borg-password.file = "${self}/secrets/borg-password.age";